Merge lp:~nskaggs/ubuntu-calculator-app/update-version-manifest into lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk

Proposed by Nicholas Skaggs
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 234
Merged at revision: 234
Proposed branch: lp:~nskaggs/ubuntu-calculator-app/update-version-manifest
Merge into: lp:~ubuntu-calculator-dev/ubuntu-calculator-app/old_trunk
Diff against target: 39 lines (+13/-13)
1 file modified
click/manifest.json.in (+13/-13)
To merge this branch: bzr merge lp:~nskaggs/ubuntu-calculator-app/update-version-manifest
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Calculator Developers Pending
Review via email: mp+210908@code.launchpad.net

Commit message

update version for store

Description of the change

update version for store

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'click/manifest.json.in'
--- click/manifest.json.in 2014-01-18 19:49:01 +0000
+++ click/manifest.json.in 2014-03-13 21:11:27 +0000
@@ -1,22 +1,22 @@
1{1{
2 "description": "Calculator application", 2 "description": "Calculator application",
3 "framework": "ubuntu-sdk-13.10", 3 "framework": "ubuntu-sdk-13.10",
4 "hooks": {4 "hooks": {
5 "@APP_NAME@": {5 "@APP_NAME@": {
6 "apparmor": "apparmor.json", 6 "apparmor": "apparmor.json",
7 "desktop": "@DESKTOP_FILE@"7 "desktop": "@DESKTOP_FILE@"
8 }8 }
9 }, 9 },
10 "icon": "@ICON@", 10 "icon": "@ICON@",
11 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>", 11 "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
12 "name": "@PROJECT_NAME@", 12 "name": "@PROJECT_NAME@",
13 "title": "Calculator", 13 "title": "Calculator",
14 "version": "0.1.3.@BZR_REVNO@",14 "version": "1.1.3.@BZR_REVNO@",
15 "x-source": {15 "x-source": {
16 "vcs-bzr": "@BZR_SOURCE@", 16 "vcs-bzr": "@BZR_SOURCE@",
17 "vcs-bzr-revno": "@BZR_REVNO@"17 "vcs-bzr-revno": "@BZR_REVNO@"
18 },18 },
19 "x-test": {19 "x-test": {
20 "autopilot": "@AUTOPILOT_DIR@"20 "autopilot": "@AUTOPILOT_DIR@"
21 }21 }
22}22}

Subscribers

People subscribed via source and target branches