diff --git a/.DS_Store b/.DS_Store
index 519614833..099a71e3d 100644
Binary files a/.DS_Store and b/.DS_Store differ
diff --git a/JellyfinPlayer.xcodeproj/project.pbxproj b/JellyfinPlayer.xcodeproj/project.pbxproj
index b9aace8da..4e5d16216 100644
--- a/JellyfinPlayer.xcodeproj/project.pbxproj
+++ b/JellyfinPlayer.xcodeproj/project.pbxproj
@@ -462,7 +462,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 16;
+ CURRENT_PROJECT_VERSION = 17;
DEVELOPMENT_ASSET_PATHS = "\"JellyfinPlayer/Preview Content\"";
DEVELOPMENT_TEAM = 9R8RREG67J;
ENABLE_BITCODE = NO;
@@ -491,7 +491,7 @@
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
CODE_SIGN_STYLE = Automatic;
- CURRENT_PROJECT_VERSION = 16;
+ CURRENT_PROJECT_VERSION = 17;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_ASSET_PATHS = "\"JellyfinPlayer/Preview Content\"";
DEVELOPMENT_TEAM = 9R8RREG67J;
diff --git a/JellyfinPlayer/Info.plist b/JellyfinPlayer/Info.plist
index 995ef34de..ed5de7814 100644
--- a/JellyfinPlayer/Info.plist
+++ b/JellyfinPlayer/Info.plist
@@ -19,7 +19,7 @@
CFBundleShortVersionString
$(MARKETING_VERSION)
CFBundleVersion
- 16
+ 17
DTXApplicationID
8c1f6941-ec78-480c-b589-b41aca29a52e
DTXBeaconURL
diff --git a/fastlane/Fastfile b/fastlane/Fastfile
index 0e3d2a87f..dc0ffbe6f 100644
--- a/fastlane/Fastfile
+++ b/fastlane/Fastfile
@@ -28,7 +28,7 @@ platform :ios do
dsym_path: "JellyfinPlayer.app.dSYM.zip"
)
set_github_release(
- repository_name: "acvigue/JellyfinPlayer",
+ repository_name: "jellyfin/JellyfinPlayer",
name: "Release #{identifier_v}@#{identifier_s}",
tag_name: "v#{identifier_s}",
description: (File.read("Release Notes.rtf") rescue "No changelog provided"),