From 039148df46fb5b7f5688ef419684ad667f0c71fd Mon Sep 17 00:00:00 2001 From: Fabrizio Duroni Date: Sun, 13 Nov 2022 11:07:44 +0100 Subject: [PATCH] Release 4.4.1 :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 6e929a13..d7661a11 100644 --- a/ID3TagEditor.podspec +++ b/ID3TagEditor.podspec @@ -2,7 +2,7 @@ Pod::Spec.new do |s| s.name = "ID3TagEditor" - s.version = "4.4.0" + s.version = "4.4.1" 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 7c0efb2e..dc313990 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 4.4.0 + 4.4.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSHumanReadableCopyright diff --git a/Tests/Info.plist b/Tests/Info.plist index 00b8f9c7..722bb6ac 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 4.4.0 + 4.4.1 CFBundleVersion 1