Skip to content

Commit

Permalink
Misc: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Feb 6, 2023
1 parent 14e590f commit ec92c45
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.2)
project(tuna VERSION 1.9.3)
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.2"
"version": "1.9.3"
}

0 comments on commit ec92c45

Please sign in to comment.