version 0.1.2

This commit is contained in:
estevez 2018-09-24 20:32:16 +03:00
parent 94bcc30421
commit 2b622cff04
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 19
versionName "0.1.1-alpha"
versionCode 20
versionName "0.1.2-alpha"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}

View File

@ -15,7 +15,7 @@ part 'logPage.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.1.1-alpha";
const appVersion = "0.1.2-alpha";
String homeAssistantWebHost;

View File

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