From b6d5951c47bd0d667d8fa985792cf79f02fd4df5 Mon Sep 17 00:00:00 2001 From: DawnDIY Date: Mon, 26 Dec 2016 02:44:06 +0800 Subject: [PATCH] v1.0.2 --- Recorder/Main.qml | 2 +- manifest.json.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Recorder/Main.qml b/Recorder/Main.qml index eb316e5..8a17743 100644 --- a/Recorder/Main.qml +++ b/Recorder/Main.qml @@ -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) diff --git a/manifest.json.in b/manifest.json.in index f53abd3..cf2f3b0 100644 --- a/manifest.json.in +++ b/manifest.json.in @@ -10,7 +10,7 @@ "content-hub": "Recorder/Recorder-content.json" } }, - "version": "1.0.1", + "version": "1.0.2", "maintainer": "DawnDIY ", "framework": "ubuntu-sdk-15.04.6" }