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
1=== modified file 'click/manifest.json.in'
2--- click/manifest.json.in 2014-01-18 19:49:01 +0000
3+++ click/manifest.json.in 2014-03-13 21:11:27 +0000
4@@ -1,22 +1,22 @@
5 {
6- "description": "Calculator application",
7- "framework": "ubuntu-sdk-13.10",
8+ "description": "Calculator application",
9+ "framework": "ubuntu-sdk-13.10",
10 "hooks": {
11 "@APP_NAME@": {
12- "apparmor": "apparmor.json",
13+ "apparmor": "apparmor.json",
14 "desktop": "@DESKTOP_FILE@"
15 }
16- },
17- "icon": "@ICON@",
18- "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
19- "name": "@PROJECT_NAME@",
20- "title": "Calculator",
21- "version": "0.1.3.@BZR_REVNO@",
22+ },
23+ "icon": "@ICON@",
24+ "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@lists.launchpad.net>",
25+ "name": "@PROJECT_NAME@",
26+ "title": "Calculator",
27+ "version": "1.1.3.@BZR_REVNO@",
28 "x-source": {
29- "vcs-bzr": "@BZR_SOURCE@",
30+ "vcs-bzr": "@BZR_SOURCE@",
31 "vcs-bzr-revno": "@BZR_REVNO@"
32 },
33- "x-test": {
34- "autopilot": "@AUTOPILOT_DIR@"
35- }
36+ "x-test": {
37+ "autopilot": "@AUTOPILOT_DIR@"
38+ }
39 }

Subscribers

People subscribed via source and target branches