Skip to content

Commit bd85815

Browse files
authored
Merge branch 'develop' into fix/scancode-fallback
2 parents c2b5494 + 639f29b commit bd85815

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

app/src/main/java/io/github/sds100/keymapper/backup/BackupManager.kt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,9 @@ class BackupManagerImpl(
241241

242242
// Do nothing because this just add the floating layouts table and indexes.
243243
JsonMigration(13, 14) { json -> json },
244+
245+
// Do nothing just added floating button entity columns
246+
JsonMigration(14, 15) { json -> json },
244247
)
245248

246249
if (keyMapListJsonArray != null) {

app/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_NAME=3.0.0-beta.3
2-
VERSION_CODE=84
2+
VERSION_CODE=85
33
VERSION_NUM=0

0 commit comments

Comments
 (0)