Skip to content

Commit

Permalink
musikr.cache: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jan 14, 2025
1 parent b108970 commit 71aa887
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import org.oxycblt.musikr.tag.parse.ParsedTags
import org.oxycblt.musikr.util.correctWhitespace
import org.oxycblt.musikr.util.splitEscaped

@Database(entities = [CachedSong::class], version = 56, exportSchema = false)
@Database(entities = [CachedSong::class], version = 57, exportSchema = false)
internal abstract class CacheDatabase : RoomDatabase() {
abstract fun visibleDao(): VisibleCacheDao

Expand Down

0 comments on commit 71aa887

Please sign in to comment.