Skip to content

Commit 8edb625

Browse files
committedNov 29, 2018
Release 1.3.2
1 parent 3a90fdd commit 8edb625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apply plugin: 'maven-publish'
88
apply plugin: 'signing'
99

1010
group = 'net.joshka'
11-
version = '1.3.1-1'
11+
version = '1.3.2'
1212
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1313
ext.isRunningOnTravis = System.getenv("CI") == "true"
1414

0 commit comments

Comments
 (0)
Please sign in to comment.