Skip to content

Commit

Permalink
Misc: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Oct 27, 2022
1 parent 6cb874b commit e04fa0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16...3.21)

# Change obs-plugintemplate to your plugin's name in a machine-readable format (e.g.:
# obs-myawesomeplugin) and set
project(tuna VERSION 1.9.0)
project(tuna VERSION 1.9.1)
add_library(${CMAKE_PROJECT_NAME} MODULE)
add_subdirectory(deps)

Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
}
},
"name": "tuna",
"version": "1.9.0"
"version": "1.9.1"
}

0 comments on commit e04fa0b

Please sign in to comment.