Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Dec 30, 2014
1 parent aeab6b0 commit aa3e2b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.zegoggles.smssync"
android:versionName="1.5.7"
android:versionName="1.5.8"
android:versionCode="1548"
android:description="@string/app_description"
>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.zegoggles</groupId>
<artifactId>smsbackup-plus</artifactId>
<version>1.5.7-SNAPSHOT</version>
<version>1.5.8-SNAPSHOT</version>
<packaging>apk</packaging>

<properties>
Expand Down Expand Up @@ -42,7 +42,7 @@
<groupId>com.fsck.k9.mail</groupId>
<artifactId>lib</artifactId>
<type>aar</type>
<version>0.0.1.b13cb5f</version>
<version>0.0.1.2d82da2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit aa3e2b8

Please sign in to comment.