Skip to content

Commit

Permalink
Bump the version number for the SDK upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Dijk committed Jan 6, 2019
1 parent 15f78c0 commit 5714d54
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Before setting up the Titanium SDK, you must generate the appropriate credential

```xml
<modules>
<module platform="iphone" version="2.1.0">com.williamrijksen.onesignal</module>
<module platform="android" version="2.1.0">com.williamrijksen.onesignal</module>
<module platform="iphone" version="2.1.1">com.williamrijksen.onesignal</module>
<module platform="android" version="2.1.1">com.williamrijksen.onesignal</module>
</modules>
```
1. Configure your app into the App Settings panel for the right Platform (Android and/or iOS).
Expand Down
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
#

version: 2.1.0
version: 2.1.1
apiversion: 4
architectures: arm64-v8a armeabi-v7a x86
description: com.williamrijksen.onesignal
Expand Down
2 changes: 1 addition & 1 deletion ios/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# this is your module manifest and used by Titanium
# during compilation, packaging, distribution, etc.
#
version: 2.1.0
version: 2.1.1
apiversion: 2
architectures: armv7 arm64 i386 x86_64
description: com.williamrijksen.onesignal
Expand Down

0 comments on commit 5714d54

Please sign in to comment.