Skip to content
This repository was archived by the owner on Dec 28, 2022. It is now read-only.

Commit d620837

Browse files
committed
Bump to 2.0.13
1 parent ee65f8b commit d620837

3 files changed

Lines changed: 9 additions & 1 deletion

File tree

app/src/main/assets/web/info.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.13</h4>
12+
<ul>
13+
<li>Crash fixes</li>
14+
</ul>
1115
<h4>2.0.12</h4>
1216
<ul>
1317
<li>Fixed an issue preventing playlists from showing up</li>

app/src/main/assets/web/info_dark.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
</head>
99

1010
<body>
11+
<h4>2.0.13</h4>
12+
<ul>
13+
<li>Crash fixes</li>
14+
</ul>
1115
<h4>2.0.12</h4>
1216
<ul>
1317
<li>Fixed an issue preventing playlists from showing up</li>

buildSrc/src/main/kotlin/Config.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
object Config {
22

3-
const val versionName = "2.0.12"
3+
const val versionName = "2.0.13"
44

55
}

0 commit comments

Comments
 (0)