Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
whoeevee committed Aug 8, 2024
1 parent 83dd32e commit 6bc5801
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/EeveeSpotify/Lyrics/CustomLyrics.x.swift
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ private func loadLyricsForCurrentTrack() throws {
|| (lyricsDto.romanization == .canBeRomanized && UserDefaults.lyricsOptions.romanization)

lastLyricsState.loadedSuccessfully = true
NSLog("eevee doooo")

let lyrics = Lyrics.with {
$0.data = lyricsDto.toLyricsData(source: source.description)
}
Expand Down
2 changes: 1 addition & 1 deletion Sources/EeveeSpotify/Tweak.x.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ func exitApplication() {

struct EeveeSpotify: Tweak {

static let version = "4.6"
static let version = "4.7"
static let isOldSpotifyVersion = NSClassFromString("Lyrics_NPVCommunicatorImpl.LyricsOnlyViewController") == nil

init() {
Expand Down
2 changes: 1 addition & 1 deletion control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: com.eevee.spotify
Name: EeveeSpotify
Version: 4.6
Version: 4.7
Architecture: iphoneos-arm
Description: A tweak to get Spotify Premium for free, just like Spotilife
Maintainer: Eevee
Expand Down

0 comments on commit 6bc5801

Please sign in to comment.