Skip to content

Commit df20f34

Browse files
committed
bump version for 1.15-r2
1 parent 70225db commit df20f34

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/keepass2android-app/Manifests/AndroidManifest_net.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
along with Keepass2Android. If not, see <http://www.gnu.org/licenses/>.
1717
-->
1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19-
android:versionCode="247"
20-
android:versionName="1.15-r1"
19+
android:versionCode="250"
20+
android:versionName="1.15-r2"
2121
package="keepass2android.keepass2android"
2222
xmlns:tools="http://schemas.android.com/tools"
2323
android:installLocation="auto">

src/keepass2android-app/Manifests/AndroidManifest_nonet.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
along with Keepass2Android. If not, see <http://www.gnu.org/licenses/>.
1717
-->
1818
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
19-
android:versionCode="247"
20-
android:versionName="1.15-r1"
19+
android:versionCode="250"
20+
android:versionName="1.15-r2"
2121
package="keepass2android.keepass2android_nonet"
2222
xmlns:tools="http://schemas.android.com/tools"
2323
android:installLocation="auto">

0 commit comments

Comments
 (0)