From 3ccc31eafae0ded1fea8c9acd5e7ef7dfdbf1e8e Mon Sep 17 00:00:00 2001 From: Fabrizio Duroni Date: Wed, 19 Apr 2023 17:00:26 +0200 Subject: [PATCH] Release 4.6.0 :rocket: --- ID3TagEditor.podspec | 2 +- Source/Info.plist | 2 +- Tests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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