diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa52cb..d18de76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [Unreleased] ## [1.5.0] - 2020-08-07 -* [#21](https://github.com/Blackjacx/SHDateFormatter/pull/21): Add month formatting - [@blackjacx](https://github.com/blackjacx). +* [#21](https://github.com/Blackjacx/SHDateFormatter/pull/21): Add month/year formatting - [@blackjacx](https://github.com/blackjacx). ## [1.4.3] - 2019-12-03 * [#19](https://github.com/Blackjacx/SHDateFormatter/pull/19): Add new accessibility date format & Fix Vulnerabilities & 12/24h check - [@blackjacx](https://github.com/blackjacx). diff --git a/SHDateFormatter.podspec b/SHDateFormatter.podspec index 8db4b53..83df19f 100644 --- a/SHDateFormatter.podspec +++ b/SHDateFormatter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SHDateFormatter' - s.version = '1.5.0' + s.version = '1.5.1' s.license = { :type => 'MIT', :file => 'LICENSE' } s.summary = 'A date formatter supporting encoding as well as decoding of many different date and time formats including the often used ISO8601 standard.' s.description = <<-DESC diff --git a/SHDateFormatter.xcodeproj/project.pbxproj b/SHDateFormatter.xcodeproj/project.pbxproj index d68e9a1..f5918e9 100644 --- a/SHDateFormatter.xcodeproj/project.pbxproj +++ b/SHDateFormatter.xcodeproj/project.pbxproj @@ -487,12 +487,12 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 12; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = PCW579R278; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 11; + DYLIB_CURRENT_VERSION = 12; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = source/Info.plist; @@ -528,11 +528,11 @@ CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_IDENTITY = ""; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 11; + CURRENT_PROJECT_VERSION = 12; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = PCW579R278; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 11; + DYLIB_CURRENT_VERSION = 12; DYLIB_INSTALL_NAME_BASE = "@rpath"; GCC_C_LANGUAGE_STANDARD = gnu11; INFOPLIST_FILE = source/Info.plist; diff --git a/Tests/Info.plist b/Tests/Info.plist index 3fba1fe..4de39da 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.5.0 + 1.5.1 CFBundleVersion - 11 + 12 diff --git a/source/Info.plist b/source/Info.plist index 857d3cd..a53a292 100644 --- a/source/Info.plist +++ b/source/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.5.0 + 1.5.1 CFBundleVersion - 11 + 12