diff --git a/android/app/build.gradle b/android/app/build.gradle index ce18aba..71a67c4 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 8 - versionName "0.0.8" + versionCode 9 + versionName "0.0.9" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/pubspec.yaml b/pubspec.yaml index dd44a41..fa3c1bc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: hn_flutter description: A new Flutter project. -version: 0.0.8 +version: 0.0.9 author: Louis Orleans homepage: https://github.com/dudeofawesome/hn_flutter