Skip to content

Commit f5bc404

Browse files
committed
fix : version
1 parent e7c3795 commit f5bc404

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group = 'fr.traqueur'
7-
version = '1.5.1'
7+
version = property('version')
88

99
repositories {
1010
mavenCentral()

gradle.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
version=1.5.1

0 commit comments

Comments
 (0)