bump version
This commit is contained in:
parent
9205382a0e
commit
0bfa4b329f
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ apply plugin: 'propdeps-idea'
|
|||
apply plugin: "com.github.jk1.dependency-license-report"
|
||||
|
||||
group 'com.faendir'
|
||||
version = '0.3.0-SNAPSHOT'
|
||||
version = '0.3.1-SNAPSHOT'
|
||||
sourceCompatibility = 1.8
|
||||
targetCompatibility = 1.8
|
||||
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
|
|||
distributionPath=wrapper/dists
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.3.1-all.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip
|
||||
|
|
Loading…
Reference in a new issue