Skip to content

Commit 51b56fd

Browse files
committed
Merge pull request #12 from brarcher/release
Prepare 0.2 release
2 parents c4333c5 + e768162 commit 51b56fd

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

AndroidManifest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
package="protect.babymonitor"
4-
android:versionCode="1"
5-
android:versionName="0.1" >
4+
android:versionCode="2"
5+
android:versionName="0.2" >
66

77
<uses-sdk
88
android:minSdkVersion="17"

NEWS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
In development:
1+
Sun Jan 3, 2016: Release 0.2
22

33
* Improve and simplify audio playback to reduce dropped
44
audio samples
55

66
* A parent device may pair with a child device by entering
77
the child's IP address and port.
88

9+
* Japanese translation
10+
911

1012
Mon Dec 28, 2015: Release 0.1
1113

0 commit comments

Comments
 (0)