Skip to content

Commit 09cfccb

Browse files
committed
Update library version in build.gradle
Update the library version in build.gradle from the long outdated "0.5-SNAPSHOT" to "1.0.2", matching the maven pom.xml.
1 parent dfae833 commit 09cfccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
allprojects {
1717
group = 'eu.chargetime.ocpp'
18-
version = '0.5-SNAPSHOT'
18+
version = '1.0.2'
1919
}
2020

2121
subprojects {

0 commit comments

Comments
 (0)