Skip to content

Commit

Permalink
Update version to 2.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
kohii committed Oct 23, 2019
1 parent 3799bb5 commit 04e4f01
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-beta6'
version = '2.0.0-beta7'
}

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\jdk1.8.0_161\jre"
#define OsType "x64"
#define MyAppName "SmoothCSV"
#define MyAppVersion "2.0.0-beta6"
#define MyAppVersion "2.0.0-beta7"
#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\jre1.8.0_161"
#define OsType "x86"
#define MyAppName "SmoothCSV"
#define MyAppVersion "2.0.0-beta6"
#define MyAppVersion "2.0.0-beta7"
#define MyAppPublisher "kohii"
#define MyAppURL "https://smoothcsv.com/"
#define MyAppExeName "SmoothCSV.exe"
Expand Down

0 comments on commit 04e4f01

Please sign in to comment.