From 453d368c47715a1df3a61adcc87decb53f11e5d9 Mon Sep 17 00:00:00 2001 From: "burke.davey" Date: Thu, 5 Aug 2010 05:06:10 +0000 Subject: [PATCH] Bumping version numbers to 2.0.x for consumer launch --- android/AndroidManifest.xml | 4 ++-- extension/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/AndroidManifest.xml b/android/AndroidManifest.xml index dd50c0d..b7f6691 100644 --- a/android/AndroidManifest.xml +++ b/android/AndroidManifest.xml @@ -1,8 +1,8 @@ + android:versionCode="9" + android:versionName="2.0.0"> diff --git a/extension/manifest.json b/extension/manifest.json index 48c940a..4f0d161 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_app_name__", "description": "__MSG_app_desc__", - "version": "1.1", + "version": "2.0.0", "default_locale": "en", "icons": { "128": "icon_128.png" }, "options_page": "help.html",