Skip to content

Commit

Permalink
Release 4.4.1. And Gradle 4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
igr committed Jan 25, 2018
1 parent 24a457d commit 39c7637
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ description = '''
simple, but not simpler.
'''

//version = '4.1.0'
version = '4.1.1-' + date()
version = '4.1.1'
//version = '4.1.2-' + date()

// --- properties -------------------------------------------------------------

Expand Down Expand Up @@ -556,5 +556,5 @@ def date() {
// --- wrapper ----------------------------------------------------------------

task wrapper(type: Wrapper) {
gradleVersion = '4.4.1'
gradleVersion = '4.5'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Dec 27 17:34:35 CET 2017
#Thu Jan 25 15:08:03 PST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5-all.zip

0 comments on commit 39c7637

Please sign in to comment.