From d464479b4fd5728d93e753f260dda806716006f5 Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Wed, 21 Nov 2018 16:21:34 -0800 Subject: [PATCH] version bump for release --- CHANGELOG.md | 5 ++++- config.xml | 2 +- platforms/android/app/build.gradle | 6 +++--- platforms/android/app/src/main/AndroidManifest.xml | 2 +- platforms/android/app/src/main/res/xml/config.xml | 2 +- src/pages/about/about.ts | 2 +- src/pages/stream/post-menu.ts | 2 +- ubuntutouch/manifest.json | 2 +- 8 files changed, 13 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 830baf6..2619827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## [Unreleased] + +## [0.7.0] ### Fixed - Sharing post preserves links - Native android build tree @@ -113,7 +115,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ### Added - Intial pre-release for Android -[Unreleased]: https://gitlab.dreamfall.space/thrrgilag/Goober/compare/0.6.3...HEAD +[Unreleased]: https://gitlab.dreamfall.space/thrrgilag/Goober/compare/0.7.0...HEAD +[0.7.0]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/0.7.0 [0.6.3]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/0.6.3 [0.6.2]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_6_2 [0.6.1]: https://gitlab.dreamfall.space/thrrgilag/Goober/tags/Goober_0_6_1 diff --git a/config.xml b/config.xml index 4e9d8db..576d2da 100644 --- a/config.xml +++ b/config.xml @@ -1,5 +1,5 @@ - + Goober Goober, a mobile app for pnut.io Morgan McMillian diff --git a/platforms/android/app/build.gradle b/platforms/android/app/build.gradle index 8bc580b..c13ca2f 100644 --- a/platforms/android/app/build.gradle +++ b/platforms/android/app/build.gradle @@ -259,9 +259,9 @@ dependencies { implementation fileTree(dir: 'libs', include: '*.jar') // SUB-PROJECT DEPENDENCIES START implementation(project(path: ":CordovaLib")) - compile "com.android.support:support-v4:27.1.0" - compile "com.android.support:support-v4:25.+" - compile "com.android.support:appcompat-v7:25.+" + compile "com.android.support:support-v4:27.+" + compile "com.android.support:support-v4:27.+" + compile "com.android.support:appcompat-v7:27.+" // SUB-PROJECT DEPENDENCIES END } diff --git a/platforms/android/app/src/main/AndroidManifest.xml b/platforms/android/app/src/main/AndroidManifest.xml index 8db69e3..2da4d2e 100644 --- a/platforms/android/app/src/main/AndroidManifest.xml +++ b/platforms/android/app/src/main/AndroidManifest.xml @@ -1,5 +1,5 @@ - + diff --git a/platforms/android/app/src/main/res/xml/config.xml b/platforms/android/app/src/main/res/xml/config.xml index d64f5c2..250b260 100644 --- a/platforms/android/app/src/main/res/xml/config.xml +++ b/platforms/android/app/src/main/res/xml/config.xml @@ -1,5 +1,5 @@ - + diff --git a/src/pages/about/about.ts b/src/pages/about/about.ts index e5fd7e5..d9362aa 100644 --- a/src/pages/about/about.ts +++ b/src/pages/about/about.ts @@ -14,7 +14,7 @@ import { NavController, NavParams } from 'ionic-angular'; }) export class AboutPage { - private version: string = '0.6.4'; + private version: string = '0.7.0'; constructor(public navCtrl: NavController, public navParams: NavParams) { } diff --git a/src/pages/stream/post-menu.ts b/src/pages/stream/post-menu.ts index 34d6a2b..7eaf96d 100644 --- a/src/pages/stream/post-menu.ts +++ b/src/pages/stream/post-menu.ts @@ -9,8 +9,8 @@ import * as pnut from 'pnut-butter'; @Component({ template: ` - + diff --git a/ubuntutouch/manifest.json b/ubuntutouch/manifest.json index 72f65dc..c54ee80 100644 --- a/ubuntutouch/manifest.json +++ b/ubuntutouch/manifest.json @@ -9,7 +9,7 @@ "desktop": "goober.desktop" } }, - "version": "0.6.4", + "version": "0.7.0", "maintainer": "Morgan McMillian ", "framework" : "ubuntu-sdk-16.04" }