Skip to content

Commit

Permalink
Release 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
semiherdogan committed Nov 19, 2020
1 parent 62f5529 commit 69eec9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---


## [2.2.0] - 2020-11-19
## Changed
- Android deepwall-core module updated to 2.1.5.

## Fixed
- Android wrong event data model fixed.

## [2.1.0] - 2020-11-11
### Added
- Exported `DeepWallValidateReceiptTypes` enum.
Expand Down
2 changes: 1 addition & 1 deletion ios/RNDeepWall.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Pod::Spec.new do |s|
s.name = "RNDeepWall"
s.version = "2.1.0"
s.version = "2.2.0"
s.summary = "RNDeepWall"
s.description = <<-DESC
RNDeepWall
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "deepwall-react-native-sdk",
"version": "2.1.0",
"version": "2.2.0",
"description": "DeepWall SDK react native wrapper",
"repository": {
"type": "git",
Expand Down

0 comments on commit 69eec9f

Please sign in to comment.