Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Bumping version number to 2.0.1
Browse files Browse the repository at this point in the history
In order to avoid conflicting with Solent users who have been using 2.0.0.
  • Loading branch information
agwells committed Apr 7, 2015
1 parent 6873765 commit be4afed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="nz.net.catalyst.MaharaDroid"
android:versionCode="10"
android:versionName="2.0">
android:versionName="2.0.1">
<application android:icon="@drawable/icon" android:label="@string/app_name">

<activity android:name=".ui.ArtefactExpandableListAdapterActivity"
Expand Down
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
# project structure.

# Project target.
target=android-8
target=android-10

0 comments on commit be4afed

Please sign in to comment.