Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ubergeek42 committed Jan 5, 2013
1 parent 6a2fd2a commit 59ea344
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions pom.xml
Expand Up @@ -119,11 +119,10 @@
<version>1.2</version>
<configuration>
<archive>${project.build.directory}/${project.build.finalName}.apk</archive>
<alias>weechat</alias>
<alias>${sign.alias}</alias>
<keypass>${sign.keypass}</keypass>
<storepass>${sign.storepass}</storepass>
<!-- Is always run from weechat-android/ directory. -->
<keystore>../releases/android.jks</keystore>
<keystore>${sign.keystore}</keystore>
<verbose>true</verbose>
</configuration>
</plugin>
Expand Down
4 changes: 2 additions & 2 deletions weechat-android/AndroidManifest.xml
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.ubergeek42.WeechatAndroid"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="3"
android:versionName="0.8-dev" >

<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="16" />
<uses-permission android:name="android.permission.INTERNET"/>
Expand Down

0 comments on commit 59ea344

Please sign in to comment.