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

Commit

Permalink
Merge pull request #34 from blotoutio/version_0.10.0_bump
Browse files Browse the repository at this point in the history
version 0.10.0 bump
  • Loading branch information
NejcZdovc authored Jan 18, 2022
2 parents 20287ff + 9e1c08b commit f9c4393
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion blotoutSDK/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ afterEvaluate {
release(MavenPublication) {
from components.release
groupId 'com.analytics.blotout'
version '0.9.1'
version '0.10.0'
artifactId 'Blotout'
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ object Constant {
const val BO_VERSION_KEY = "BOVersionKey"

const val BOSDK_MAJOR_VERSION = 0
const val BOSDK_MINOR_VERSION = 9
const val BOSDK_PATCH_VERSION = 1
const val BOSDK_MINOR_VERSION = 10
const val BOSDK_PATCH_VERSION = 0


const val BO_PII = "pii"
Expand Down

0 comments on commit f9c4393

Please sign in to comment.