Skip to content

Commit

Permalink
Update version to 2.0.0-beta8
Browse files Browse the repository at this point in the history
  • Loading branch information
kohii committed Mar 29, 2020
1 parent e7170e3 commit 5ac58c0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ allprojects {
apply plugin: 'idea'

group = 'com.smoothcsv'
version = '2.0.0-beta7'
version = '2.0.0-beta8'
}

subprojects {
Expand Down
2 changes: 1 addition & 1 deletion smoothcsv-launcher-win/build-installer-x64.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define JavaHome "C:\Program Files\Java\jbrsdk-8u242-windows-x64-b1644.3\jre"
#define OsType "x64"
#define MyAppName "SmoothCSV"
#define MyAppVersion "2.0.0-beta7"
#define MyAppVersion "2.0.0-beta8"
#define MyAppPublisher "kohii"
#define MyAppURL "https://smoothcsv.com/"
#define MyAppExeName "SmoothCSV.exe"
Expand Down
2 changes: 1 addition & 1 deletion smoothcsv-launcher-win/build-installer-x86.iss
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#define JavaHome "C:\Program Files (x86)\Java\jbrsdk-8u242-windows-i586-b1644.3\jre"
#define OsType "x86"
#define MyAppName "SmoothCSV"
#define MyAppVersion "2.0.0-beta7"
#define MyAppVersion "2.0.0-beta8"
#define MyAppPublisher "kohii"
#define MyAppURL "https://smoothcsv.com/"
#define MyAppExeName "SmoothCSV.exe"
Expand Down

0 comments on commit 5ac58c0

Please sign in to comment.