Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adrian-bl committed Jan 23, 2023
1 parent 306899d commit 0969acd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ THE SOFTWARE.
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ch.blinkenlights.android.vanilla"
android:versionName="1.3.0"
android:versionCode="13001"
android:versionCode="13002"
android:installLocation="auto">
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.FOREGROUND_SERVICE" />
Expand Down
5 changes: 4 additions & 1 deletion app/src/main/assets/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</head>
<body>
<h1>Vanilla Music</h1>
<p><b>Version:</b> 1.2.0 Released 17. Dec. 2022<br><br>
<p><b>Version:</b> 1.3.0 Released 30. Jan. 2023<br><br>
<b>Website:</b> <a href='https://vanilla-music.github.io/'>https://vanilla-music.github.io/</a><br>
<b>Issue tracker:</b> <a href='https://github.com/vanilla-music/vanilla/issues'>https://github.com/vanilla-music/vanilla/issues</a><br>
<b>Community &amp; support:</b> <a href='https://www.reddit.com/r/vanillamusic'>/r/VanillaMusic</a><br>
Expand All @@ -29,6 +29,9 @@ <h1>Vanilla Music</h1>
<b>Changelog</b> [<a href='javascript:show("changelog")'>show</a>]
<pre id='changelog'>

<b>1.3.0</b>
- <b>FIX</b> Multiple UI fixes

<b>1.2.0</b>
- <b>NEW</b> Upgraded Android SDK level to 33

Expand Down

0 comments on commit 0969acd

Please sign in to comment.