Skip to content

Commit

Permalink
Misc: Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
univrsal committed Jan 16, 2023
1 parent 60e10da commit d2ed58a
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(durchblick VERSION 0.4.0)
project(durchblick VERSION 0.5.0)
add_library(${CMAKE_PROJECT_NAME} MODULE)

string(TIMESTAMP TODAY "%Y.%m.%d %H:%M")
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": "durchblick",
"version": "0.4.0"
"version": "0.5.0"
}

0 comments on commit d2ed58a

Please sign in to comment.