Skip to content

Commit

Permalink
v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaher committed Dec 31, 2012
1 parent 94d68b1 commit 8c34f48
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Changelog
---------
**version 2.3.0 (in development)**

**version 2.2.1**

- sort bookmarks by date added or by location in the Quran
- bugfixes - [\#234](https://github.com/ahmedre/quran_android/issues/234)

Expand Down
4 changes: 2 additions & 2 deletions app/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.quran.labs.androidquran" android:versionCode="220"
android:versionName="2.2.0"
package="com.quran.labs.androidquran" android:versionCode="221"
android:versionName="2.2.1"
android:installLocation="auto">

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="14" />
Expand Down
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<url>https://github.com/ahmedre/quran_android</url>

<parent>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<groupId>com.quran.labs.androidquran</groupId>
<artifactId>quran-android-parent</artifactId>
</parent>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<version>2.2.0-SNAPSHOT</version>
<version>2.2.1-SNAPSHOT</version>
<groupId>com.quran.labs.androidquran</groupId>
<artifactId>quran-android-parent</artifactId>
<name>Quran for Android app parent POM project</name>
Expand Down

0 comments on commit 8c34f48

Please sign in to comment.