Skip to content

Commit

Permalink
Version 0.1.1 (#8)
Browse files Browse the repository at this point in the history
* update build.gradle

* update version - 0.1.1

* version
  • Loading branch information
axshani authored Dec 27, 2023
1 parent 4f16a10 commit db9091a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'co.unit.sdk'
version = '1.0-SNAPSHOT'
version = '0.0.1'

buildscript {
repositories {
Expand Down Expand Up @@ -91,7 +91,7 @@ if(hasProperty('target') && target == 'android') {
maven(MavenPublication) {
groupId = 'co.unit'
artifactId = 'java-sdk'
version = "0.1-SNAPSHOT"
version = "0.1.1"
from components.java

pom {
Expand Down

0 comments on commit db9091a

Please sign in to comment.