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

Commit

Permalink
version bump to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
samdowd committed Jan 14, 2022
1 parent 668b087 commit f9d118c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
ext {
versions = [:]
versions.kin = "2.1.0"
versions.kin = "2.1.1"
}
}
dependencies {
Expand Down
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 = "2.1.0"
const val versionString = "2.1.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 @@ -235,7 +235,7 @@ allprojects {
ext {
// Libraries
groupId = "org.kin.sdk.android"
libraryVersion = "2.1.0" // NOTE: ALSO CHANGE SDKConfig.versionString when updating. Should be identical.
libraryVersion = "2.1.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 f9d118c

Please sign in to comment.