Skip to content

Commit

Permalink
2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybarbet committed Dec 26, 2017
1 parent 8104c25 commit c8d94cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Expand Up @@ -119,8 +119,8 @@ android {
applicationId "com.statiks"
minSdkVersion 16
targetSdkVersion 22
versionCode 33
versionName "2.0.9"
versionCode 20100
versionName "2.1.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}
Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.statiks"
android:versionCode="33"
android:versionName="2.0.9">
android:versionCode="20100"
android:versionName="2.1.0">

<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
Expand Down
4 changes: 2 additions & 2 deletions ios/statiks/Info.plist
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>2.0.9</string>
<string>2.1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>59</string>
<string>60</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>NSAppTransportSecurity</key>
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "statiks",
"version": "2.0.9",
"version": "2.1.0",
"private": true,
"scripts": {
"postinstall": "sh scripts/postinstall.sh",
Expand Down

0 comments on commit c8d94cd

Please sign in to comment.