Skip to content

Commit 1a0435c

Browse files
authored
Update version to 5.4.0-r0
1 parent d09edb9 commit 1a0435c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ apply plugin: 'signing'
1111
apply plugin: 'idea'
1212

1313
group = 'net.joshka'
14-
version = '1.3.2'
14+
version = '5.4.0-r0'
1515
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1616
ext.isRunningOnTravis = System.getenv("CI") == "true"
1717

@@ -128,4 +128,4 @@ idea.project.settings {
128128
javacAdditionalOptions "-parameters"
129129
}
130130
}
131-
}
131+
}

0 commit comments

Comments
 (0)