diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 76c9d9f81..571c6c395 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,8 +3,8 @@ xmlns:android="http://schemas.android.com/apk/res/android" package="com.gh4a" android:installLocation="auto" - android:versionCode="19" - android:versionName="2.1"> + android:versionCode="20" + android:versionName="2.2"> diff --git a/CHANGES b/CHANGES index f6cd6f3c8..8a907d6d2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,7 @@ +v2.2 (Jun 21, 2012) +- Show organization private repositories +- Handle Download and PullRequestReviewComment event. + v2.1 (Jun 20, 2012) - Issue assignee feature - Sort issues by Submitted, Updated or Comments