Skip to content
This repository has been archived by the owner on Nov 22, 2022. It is now read-only.

Commit

Permalink
all: version bump to 1.0.1 to fix some bugs
Browse files Browse the repository at this point in the history
GitOrigin-RevId: b040e1a190c4af85c12bd4d06cf2d5c847a9fcdd
  • Loading branch information
kikengineering committed May 27, 2021
1 parent 33be8e2 commit 35495ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/src/main/java/org/kin/sdk/base/models/SDKConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package org.kin.sdk.base.models

object SDKConfig {
const val platform = "JVM"
const val versionString = "1.0.0"
const val versionString = "1.0.1"
val systemUserAgent by lazy { System.getProperty("http.agent") ?: "JVM/unspecified" }
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ allprojects {
ext {
// Libraries
groupId = "org.kin.sdk.android"
libraryVersion = "1.0.0" // NOTE: ALSO CHANGE SDKConfig.versionString when updating. Should be identical.
libraryVersion = "1.0.1" // NOTE: ALSO CHANGE SDKConfig.versionString when updating. Should be identical.
siteUrl = "https://github.com/kinecosystem/kin-android"
gitUrl = "https://github.com/kinecosystem/kin-android.git"
}
Expand Down

0 comments on commit 35495ab

Please sign in to comment.