Skip to content

Commit

Permalink
Bump 0.5.16 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
umireon authored Mar 30, 2023
1 parent e3d098e commit be16986
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 @@ -5,7 +5,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

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

# Replace `Your Name Here` with the name (yours or your organization's) you want to see as the
Expand Down
2 changes: 1 addition & 1 deletion buildspec.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@
}
},
"name": "obs-backgroundremoval",
"version": "0.5.15"
"version": "0.5.16"
}

0 comments on commit be16986

Please sign in to comment.