Bumping version numbers to 2.0.x for consumer launch

This commit is contained in:
burke.davey
2010-08-05 05:06:10 +00:00
parent 26c43b0bdd
commit 453d368c47
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.apps.chrometophone" package="com.google.android.apps.chrometophone"
android:versionCode="8" android:versionCode="9"
android:versionName="1.7"> android:versionName="2.0.0">
<!-- Only this application can receive the messages and registration result --> <!-- Only this application can receive the messages and registration result -->
<permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" android:protectionLevel="signature" /> <permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" android:protectionLevel="signature" />
<uses-permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" /> <uses-permission android:name="com.google.android.apps.chrometophone.permission.C2D_MESSAGE" />

View File

@@ -1,7 +1,7 @@
{ {
"name": "__MSG_app_name__", "name": "__MSG_app_name__",
"description": "__MSG_app_desc__", "description": "__MSG_app_desc__",
"version": "1.1", "version": "2.0.0",
"default_locale": "en", "default_locale": "en",
"icons": { "128": "icon_128.png" }, "icons": { "128": "icon_128.png" },
"options_page": "help.html", "options_page": "help.html",