diff --git a/ID3TagEditor.podspec b/ID3TagEditor.podspec
index ab08164d..dcc8b5ca 100644
--- a/ID3TagEditor.podspec
+++ b/ID3TagEditor.podspec
@@ -2,7 +2,7 @@
Pod::Spec.new do |s|
s.name = "ID3TagEditor"
- s.version = "4.6.0"
+ s.version = "5.0.0"
s.summary = "A swift library to read and modify ID3 Tag of any mp3 file"
s.description = <<-DESC
A swift library to read and modify ID3 Tag of any mp3 file.
@@ -20,6 +20,6 @@ A swift library to read and modify ID3 Tag of any mp3 file.
s.watchos.deployment_target = '8.0'
s.source_files = "Source", "Source/**/*.{h,m}", "Source/**/*.swift"
- s.swift_version = '5.3'
+ s.swift_version = '6.0'
end
diff --git a/Source/Info.plist b/Source/Info.plist
index d599bd04..31c8a404 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.6.0
+ 5.0.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright
diff --git a/Tests/Info.plist b/Tests/Info.plist
index 9c9865ce..1c78f6d3 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 4.6.0
+ 5.0.0
CFBundleVersion
1