Change version to 0.0.11-alpha

This commit is contained in:
estevez 2018-09-22 00:41:42 +03:00
parent 4b0d857e9c
commit 0d690e7630
3 changed files with 4 additions and 4 deletions

View File

@ -39,8 +39,8 @@ android {
applicationId "com.keyboardcrumbs.haclient"
minSdkVersion 21
targetSdkVersion 27
versionCode 15
versionName "0.0.10-alpha1"
versionCode 16
versionName "0.0.11-alpha"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -13,7 +13,7 @@ part 'data_model.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.0.10-alpha1";
const appVersion = "0.0.11-alpha";
void main() => runApp(new HassClientApp());

View File

@ -1,7 +1,7 @@
name: hass_client
description: Home Assistant Android Client
version: 0.0.10-alpha1
version: 0.0.11-alpha
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"