Skip to content

Commit

Permalink
Publish version 2.1.8-rc01
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-tapsell committed Aug 2, 2022
1 parent 559fbd9 commit 3b2fc9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.1.8-rc01 (02 August, 2022)
- [change] Update Android dependency (TapsellPlus) to 2.1.8-rc01

## 2.1.7 (30 March, 2022)
- [**New**] Update admob to `20.6.0`
- Also `appSetId` is updated to `16.0.2`
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ rootProject.allprojects {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+'
implementation 'ir.tapsell.plus:tapsell-plus-sdk-reactnative:2.1.7'
implementation 'ir.tapsell.plus:tapsell-plus-sdk-reactnative:2.1.8-rc01'
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-tapsell-plus",
"version": "2.1.7",
"version": "2.1.8-rc01",
"description": "TapsellPlus React native plugin.",
"files": [
"android",
Expand Down

0 comments on commit 3b2fc9d

Please sign in to comment.