Skip to content

Commit

Permalink
Increased versions 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Oct 12, 2024
1 parent f811197 commit 9617333
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ID3TagEditor.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
2 changes: 1 addition & 1 deletion Source/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.6.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSHumanReadableCopyright</key>
Expand Down
2 changes: 1 addition & 1 deletion Tests/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
<string>4.6.0</string>
<string>5.0.0</string>
<key>CFBundleVersion</key>
<string>1</string>
</dict>
Expand Down

0 comments on commit 9617333

Please sign in to comment.