v0.3.0 released

This commit is contained in:
Bruno Lemos
2017-03-10 08:04:52 -03:00
parent 50517f3c99
commit db5ff9f788
3 changed files with 4 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.brunolemos.devhub"
android:versionCode="1"
android:versionName="0.2.3">
android:versionName="0.3.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>

View File

@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.3</string>
<string>0.3.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleURLTypes</key>
@@ -30,7 +30,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>0.2.3</string>
<string>0.3.0</string>
<key>CodePushDeploymentKey</key>
<string>LXBkfEO3V7hf7cshbVSbCQ__26d-4ktVoINcb</string>
<key>LSRequiresIPhoneOS</key>

View File

@@ -1,6 +1,6 @@
{
"name": "devhub",
"version": "0.2.3",
"version": "0.3.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",