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