Skip to content

Commit

Permalink
Merge pull request #19 from alijc/updateVersion
Browse files Browse the repository at this point in the history
Bumped the version number, because it's the only way to replace the
  • Loading branch information
alijc committed Nov 13, 2013
2 parents c4b71b5 + f498c8d commit 3a7bb8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CricketsAlarm/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ along with Cricket's Alarm. If not, see <http://www.gnu.org/licenses/>.

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.alijc.cricketsalarm"
android:versionCode="1"
android:versionName="1.0">
android:versionCode="2"
android:versionName="1.1">

<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
Expand Down

0 comments on commit 3a7bb8c

Please sign in to comment.