Skip to content

Commit

Permalink
chore(release): Prepare release for 0.9.1
Browse files Browse the repository at this point in the history
Signed-off-by: Yibai Zhang <[email protected]>
  • Loading branch information
summershrimp committed Aug 16, 2020
1 parent 1c6aada commit e2b5908
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.5)
project(obs-ssp VERSION 0.9.0)
project(obs-ssp VERSION 0.9.1)

add_compile_definitions(OBS_SSP_VERSION="${CMAKE_PROJECT_VERSION}")

Expand Down
2 changes: 1 addition & 1 deletion installer/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "obs-ssp"
#define MyAppVersion "0.9.0"
#define MyAppVersion "0.9.1"
#define MyAppPublisher "Yibai Zhang"
#define MyAppURL "http://github.com/summershrimp/obs-ssp"

Expand Down
2 changes: 1 addition & 1 deletion installer/obs-ssp.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@
<key>USE_HFS+_COMPRESSION</key>
<false/>
<key>VERSION</key>
<string>0.9.0</string>
<string>0.9.1</string>
</dict>
<key>TYPE</key>
<integer>0</integer>
Expand Down

0 comments on commit e2b5908

Please sign in to comment.