Skip to content

Commit

Permalink
Misc: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Jul 16, 2023
1 parent fece24c commit bc93561
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.6)
project(tuna VERSION 1.9.7)
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.6"
"version": "1.9.7"
}

0 comments on commit bc93561

Please sign in to comment.