Merge pull request #12 from brarcher/release

Prepare 0.2 release
This commit is contained in:
Branden Archer
2016-01-03 19:44:34 -05:00
2 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="protect.babymonitor" package="protect.babymonitor"
android:versionCode="1" android:versionCode="2"
android:versionName="0.1" > android:versionName="0.2" >
<uses-sdk <uses-sdk
android:minSdkVersion="17" android:minSdkVersion="17"

4
NEWS
View File

@@ -1,4 +1,4 @@
In development: Sun Jan 3, 2016: Release 0.2
* Improve and simplify audio playback to reduce dropped * Improve and simplify audio playback to reduce dropped
audio samples audio samples
@@ -6,6 +6,8 @@ In development:
* A parent device may pair with a child device by entering * A parent device may pair with a child device by entering
the child's IP address and port. the child's IP address and port.
* Japanese translation
Mon Dec 28, 2015: Release 0.1 Mon Dec 28, 2015: Release 0.1