Skip to content

Commit

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

### Bug Fixes

* number parsing coverts to double ([#57](#57)) ([72a80fe](72a80fe))
  • Loading branch information
semantic-release-bot committed Jan 25, 2022
1 parent de98fc9 commit cf50e65
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](https://github.com/customerio/customerio-android/compare/1.0.0...1.0.1) (2022-01-25)


### 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.1-beta.1](https://github.com/customerio/customerio-android/compare/1.0.0...1.0.1-beta.1) (2022-01-21)


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.1-beta.1"
const val version: String = "1.0.1"
}

0 comments on commit cf50e65

Please sign in to comment.