Skip to content

Commit

Permalink
Merge pull request #12 from brarcher/release
Browse files Browse the repository at this point in the history
Prepare 0.2 release
  • Loading branch information
brarcher committed Jan 4, 2016
2 parents c4333c5 + e768162 commit 51b56fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="protect.babymonitor"
android:versionCode="1"
android:versionName="0.1" >
android:versionCode="2"
android:versionName="0.2" >

<uses-sdk
android:minSdkVersion="17"
Expand Down
4 changes: 3 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
In development:
Sun Jan 3, 2016: Release 0.2

* Improve and simplify audio playback to reduce dropped
audio samples

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

* Japanese translation


Mon Dec 28, 2015: Release 0.1

Expand Down

0 comments on commit 51b56fd

Please sign in to comment.