Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lordi committed Jan 15, 2025
1 parent 90879fc commit 0d5feec
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
master
------
v1.4.15
-------

* Fix system UI and navbar overlap (@lordi)
* Fix export/import in SDK 30 (@horsetail-fern)
Expand Down
4 changes: 2 additions & 2 deletions app/src/main/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="de.smasi.tickmate"
android:versionCode="49"
android:versionName="1.4.14">
android:versionCode="50"
android:versionName="1.4.15">

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

0 comments on commit 0d5feec

Please sign in to comment.