Version change: 0.0.12-alpha

This commit is contained in:
estevez 2018-09-23 02:42:23 +03:00
parent e77c7df3e2
commit 4ad728d369
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 16
versionName "0.0.11-alpha"
versionCode 17
versionName "0.0.12-alpha"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -14,7 +14,7 @@ part 'data_model.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.0.11-alpha";
const appVersion = "0.0.12-alpha";
String homeAssistantWebHost;

View File

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