Skip to content

Commit

Permalink
update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Windy committed Apr 14, 2019
1 parent bf9db1e commit 6460421
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ allprojects {
apply plugin: 'maven'
apply plugin: 'idea'
apply plugin: 'eclipse'
version = '1.1'
version = '1.2'
}

defaultTasks('clean','distZip')
Expand Down
1 change: 0 additions & 1 deletion xpatch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ dependencies {

jar{
baseName = "xpatch"
// version = '1.0'
manifest {
attributes 'Main-Class': 'com.storm.wind.xpatch.MainCommand'
}
Expand Down

0 comments on commit 6460421

Please sign in to comment.