From 7e52b4970e544fa0e960032e368b98bd45fe1dad Mon Sep 17 00:00:00 2001 From: Avi Wadhwa Date: Sun, 14 Apr 2024 19:34:22 -0700 Subject: [PATCH] Version 1.85 --- Lyric Fever.xcodeproj/project.pbxproj | 8 ++++---- SpotifyLyricsInMenubar/OnboardingWindow.swift | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Lyric Fever.xcodeproj/project.pbxproj b/Lyric Fever.xcodeproj/project.pbxproj index cc6d30b..0725813 100644 --- a/Lyric Fever.xcodeproj/project.pbxproj +++ b/Lyric Fever.xcodeproj/project.pbxproj @@ -336,7 +336,7 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1.8; + CURRENT_PROJECT_VERSION = 1.85; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = 38TP6LZLJ5; ENABLE_APP_SANDBOX = YES; @@ -355,7 +355,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.8; + MARKETING_VERSION = 1.85; PRODUCT_BUNDLE_IDENTIFIER = com.aviwadhwa.SpotifyLyricsInMenubar; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; @@ -372,7 +372,7 @@ "CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development"; CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; - CURRENT_PROJECT_VERSION = 1.8; + CURRENT_PROJECT_VERSION = 1.85; DEVELOPMENT_ASSET_PATHS = ""; DEVELOPMENT_TEAM = 38TP6LZLJ5; ENABLE_APP_SANDBOX = YES; @@ -391,7 +391,7 @@ "@executable_path/../Frameworks", ); MACOSX_DEPLOYMENT_TARGET = 13.0; - MARKETING_VERSION = 1.8; + MARKETING_VERSION = 1.85; PRODUCT_BUNDLE_IDENTIFIER = com.aviwadhwa.SpotifyLyricsInMenubar; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = YES; diff --git a/SpotifyLyricsInMenubar/OnboardingWindow.swift b/SpotifyLyricsInMenubar/OnboardingWindow.swift index a1168e2..60654e6 100644 --- a/SpotifyLyricsInMenubar/OnboardingWindow.swift +++ b/SpotifyLyricsInMenubar/OnboardingWindow.swift @@ -35,7 +35,7 @@ struct OnboardingWindow: View { NavigationLink("Next", destination: ZeroView()) .buttonStyle(.borderedProminent) - Text("Email me at [aviwad@gmail.com](mailto:aviwad@gmail.com) for any support\n⚠️ Disclaimer: I do not own the rights to Spotify or the lyric content presented.\nMusixmatch and Spotify own all rights to the lyrics.\nVersion 1.8") + Text("Email me at [aviwad@gmail.com](mailto:aviwad@gmail.com) for any support\n⚠️ Disclaimer: I do not own the rights to Spotify or the lyric content presented.\nMusixmatch and Spotify own all rights to the lyrics.\nVersion 1.85") .multilineTextAlignment(.center) .font(.callout) .padding(.top, 10)