Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dawndiy committed Dec 25, 2016
1 parent e27ef1a commit b6d5951
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Recorder/Main.qml
Original file line number Diff line number Diff line change
@@ -41,7 +41,7 @@ MainView {
// Note! applicationName needs to match the "name" field of the click manifest
applicationName: "audio-recorder.ubuntu-dawndiy"

property string appVersion: "1.0.1"
property string appVersion: "1.0.2"

width: units.gu(50)
height: units.gu(75)
2 changes: 1 addition & 1 deletion manifest.json.in
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@
"content-hub": "Recorder/Recorder-content.json"
}
},
"version": "1.0.1",
"version": "1.0.2",
"maintainer": "DawnDIY <dawndiy.dev@gmail.com>",
"framework": "ubuntu-sdk-15.04.6"
}

0 comments on commit b6d5951

Please sign in to comment.