Skip to content

Commit

Permalink
chore(release): Prepare for 0.2.3 release
Browse files Browse the repository at this point in the history
Signed-off-by: Yibai Zhang <[email protected]>
  • Loading branch information
summershrimp committed Mar 26, 2021
1 parent 5297a74 commit d9e33da
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-auto-subtitle VERSION 0.2.2)
project(obs-auto-subtitle VERSION 0.2.3)

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-auto-subtitle"
#define MyAppVersion "0.2.2"
#define MyAppVersion "0.2.3"
#define MyAppPublisher "Yibai Zhang"
#define MyAppURL "http://github.com/summershrimp/obs-auto-subtitle"

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

0 comments on commit d9e33da

Please sign in to comment.