Skip to content

Commit

Permalink
chore: deploy 1.0.1-beta.1
Browse files Browse the repository at this point in the history
## [1.0.1-beta.1](1.0.0...1.0.1-beta.1) (2022-01-21)

### Bug Fixes

* number parsing coverts to double ([#57](#57)) ([72a80fe](72a80fe))
  • Loading branch information
semantic-release-bot committed Jan 21, 2022
1 parent 72a80fe commit de98fc9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.1-beta.1](https://github.com/customerio/customerio-android/compare/1.0.0...1.0.1-beta.1) (2022-01-21)


### Bug Fixes

* number parsing coverts to double ([#57](https://github.com/customerio/customerio-android/issues/57)) ([72a80fe](https://github.com/customerio/customerio-android/commit/72a80fe38932a199dda68b3fcbfd10b3d025f450))

# 1.0.0 (2022-01-19)


Expand Down
2 changes: 1 addition & 1 deletion sdk/src/main/java/io/customer/sdk/Version.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ package io.customer.sdk

internal object Version {

const val version: String = "1.0.0"
const val version: String = "1.0.1-beta.1"
}

0 comments on commit de98fc9

Please sign in to comment.