← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~vthompson/music-app/release-2.3 into lp:music-app

 

Victor Thompson has proposed merging lp:~vthompson/music-app/release-2.3 into lp:music-app.

Commit message:
* Release 2.3 and start 2.4

Requested reviews:
  Music App Developers (music-app-dev)

For more details, see:
https://code.launchpad.net/~vthompson/music-app/release-2.3/+merge/284198

* Release 2.3 and start 2.4
-- 
Your team Music App Developers is requested to review the proposed merge of lp:~vthompson/music-app/release-2.3 into lp:music-app.
=== modified file 'app/music-app.qml'
--- app/music-app.qml	2016-01-16 01:30:31 +0000
+++ app/music-app.qml	2016-01-28 01:45:20 +0000
@@ -271,7 +271,7 @@
 
     // VARIABLES
     property string musicName: i18n.tr("Music")
-    property string appVersion: '2.3'
+    property string appVersion: '2.4'
     property bool toolbarShown: musicToolbar.visible
     property bool selectedAlbum: false
     property alias firstRun: startupSettings.firstRun

=== modified file 'debian/changelog'
--- debian/changelog	2016-01-12 01:06:16 +0000
+++ debian/changelog	2016-01-28 01:45:20 +0000
@@ -1,4 +1,11 @@
-music-app (2.3) UNRELEASED; urgency=medium
+music-app (2.4) UNRELEASED; urgency=medium
+
+  [ Victor Thompson ]
+  * Release 2.3 and start 2.4
+
+ -- Victor <victor@victor-virtual-machine>  Wed, 27 Jan 2016 19:40:55 -0600
+
+music-app (2.3) vivid; urgency=medium
 
   [ Andrew Hayzen ]
   * Release 2.2ubuntu2 and start on 2.3
@@ -17,7 +24,7 @@
   [ Girish Rawat ]
   * Expanded and updated READMEs
 
- -- Andrew Hayzen <ahayzen@xxxxxxxxx>  Thu, 03 Dec 2015 14:11:35 +0000
+ -- Victor <victor@victor-virtual-machine>  Wed, 27 Jan 2016 19:40:13 -0600
 
 music-app (2.2ubuntu2) vivid; urgency=medium
 

=== modified file 'manifest.json.in'
--- manifest.json.in	2016-01-04 16:34:58 +0000
+++ manifest.json.in	2016-01-28 01:45:20 +0000
@@ -14,7 +14,7 @@
     "maintainer": "Ubuntu App Cats <ubuntu-touch-coreapps@xxxxxxxxxxxxxxxxxxx>",
     "name": "@PROJECT_NAME@",
     "title": "Music",
-    "version": "2.3.@BZR_REVNO@",
+    "version": "2.4.@BZR_REVNO@",
     "x-source": {
         "vcs-bzr": "@BZR_SOURCE@",
         "vcs-bzr-revno": "@BZR_REVNO@"


Follow ups