Skip to content

Commit 3ccc31e

Browse files
Release 4.6.0 🚀
1 parent d2b8818 commit 3ccc31e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ID3TagEditor.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Pod::Spec.new do |s|
33

44
s.name = "ID3TagEditor"
5-
s.version = "4.5.0"
5+
s.version = "4.6.0"
66
s.summary = "A swift library to read and modify ID3 Tag of any mp3 file"
77
s.description = <<-DESC
88
A swift library to read and modify ID3 Tag of any mp3 file.

Source/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.5.0</string>
18+
<string>4.6.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

Tests/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>BNDL</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>4.5.0</string>
18+
<string>4.6.0</string>
1919
<key>CFBundleVersion</key>
2020
<string>1</string>
2121
</dict>

0 commit comments

Comments
 (0)