diff --git a/ID3TagEditor.podspec b/ID3TagEditor.podspec
index d55fd737..d2106659 100644
--- a/ID3TagEditor.podspec
+++ b/ID3TagEditor.podspec
@@ -2,7 +2,7 @@
Pod::Spec.new do |s|
s.name = "ID3TagEditor"
- s.version = "4.5.0"
+ s.version = "4.6.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.
diff --git a/Source/Info.plist b/Source/Info.plist
index c36d825f..d599bd04 100644
--- a/Source/Info.plist
+++ b/Source/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
FMWK
CFBundleShortVersionString
- 4.5.0
+ 4.6.0
CFBundleVersion
$(CURRENT_PROJECT_VERSION)
NSHumanReadableCopyright
diff --git a/Tests/Info.plist b/Tests/Info.plist
index fba061c3..9c9865ce 100644
--- a/Tests/Info.plist
+++ b/Tests/Info.plist
@@ -15,7 +15,7 @@
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 4.5.0
+ 4.6.0
CFBundleVersion
1