From defed98e6b67e5328a78c6fbe4ae8d0e966e3ff8 Mon Sep 17 00:00:00 2001 From: Louis Orleans Date: Mon, 12 Feb 2018 14:08:01 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=F0=9F=94=96=20v0.0.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/app/build.gradle | 4 ++-- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index 2d1c23f..5100ba1 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -36,8 +36,8 @@ android { applicationId "io.orleans.hnflutter" minSdkVersion 16 targetSdkVersion 27 - versionCode 006 - versionName "0.0.6" + versionCode 007 + versionName "0.0.7" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/pubspec.yaml b/pubspec.yaml index a9806c3..3ee9f22 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: hn_flutter description: A new Flutter project. -version: 0.0.6 +version: 0.0.7 author: Louis Orleans homepage: https://github.com/dudeofawesome/hn_flutter