Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkel committed Sep 20, 2015
1 parent 7884ec6 commit aa39157
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?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.10"
android:versionCode="1554"
android:versionName="1.5.11"
android:versionCode="1555"
android:description="@string/app_description"
>

Expand Down
2 changes: 1 addition & 1 deletion CHANGES
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== 1.5.10 (1555) tbd
== 1.5.11 (1555) tbd

* Fixed unquoted blank in local part of email address (#595)
* Updated Korean translation (#592)
Expand Down
2 changes: 1 addition & 1 deletion assets/about.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<body>
<h2 style="margin-bottom: -14px">
SMS Backup+ 1.5.10
SMS Backup+ 1.5.11
</h2>
<p>
<small>Author: Jan Berkel (and many others, see below)</small>
Expand Down
2 changes: 1 addition & 1 deletion 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.10-SNAPSHOT</version>
<version>1.5.11-SNAPSHOT</version>
<packaging>apk</packaging>

<properties>
Expand Down

0 comments on commit aa39157

Please sign in to comment.