Skip to content

Commit db9091a

Browse files
authored
Version 0.1.1 (#8)
* update build.gradle * update version - 0.1.1 * version
1 parent 4f16a10 commit db9091a

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
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'co.unit.sdk'
7-
version = '1.0-SNAPSHOT'
7+
version = '0.0.1'
88

99
buildscript {
1010
repositories {
@@ -91,7 +91,7 @@ if(hasProperty('target') && target == 'android') {
9191
maven(MavenPublication) {
9292
groupId = 'co.unit'
9393
artifactId = 'java-sdk'
94-
version = "0.1-SNAPSHOT"
94+
version = "0.1.1"
9595
from components.java
9696

9797
pom {

0 commit comments

Comments
 (0)