Skip to content

Commit 84306a8

Browse files
committed
Bump version
1 parent 8b05d4a commit 84306a8

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
@@ -32,8 +32,8 @@ apply plugin: 'com.jfrog.bintray'
3232
apply plugin: 'maven-publish'
3333

3434
ext.buildNumber = System.getenv("BUILD_ID") ?: "dev"
35-
version = "1.3.2-$buildNumber"
36-
//version = "1.3.2"
35+
//version = "1.3.3-$buildNumber"
36+
version = "1.3.3"
3737
group= "com.austinv11.peripheralsplusplus" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
3838
archivesBaseName = "Peripherals++"
3939

0 commit comments

Comments
 (0)