From 41ab19f6a9fae1aa749879d566ba4f0ad1b9e261 Mon Sep 17 00:00:00 2001 From: Stefan Herold Date: Fri, 7 Aug 2020 12:32:05 +0200 Subject: [PATCH] Fastlane: Release on Production 1.5.0 --- CHANGELOG.md | 2 ++ LICENSE | 2 +- SHDateFormatter.podspec | 2 +- SHDateFormatter.xcodeproj/project.pbxproj | 8 ++++---- Tests/Info.plist | 4 ++-- source/Info.plist | 4 ++-- 6 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d62d2d3..6aa52cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog ## [Unreleased] + +## [1.5.0] - 2020-08-07 * [#21](https://github.com/Blackjacx/SHDateFormatter/pull/21): Add month formatting - [@blackjacx](https://github.com/blackjacx). ## [1.4.3] - 2019-12-03 diff --git a/LICENSE b/LICENSE index 6f84544..8e133b4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2019 Stefan Herold +Copyright (c) 2020 Stefan Herold Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/SHDateFormatter.podspec b/SHDateFormatter.podspec index 23a904d..8db4b53 100644 --- a/SHDateFormatter.podspec +++ b/SHDateFormatter.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'SHDateFormatter' - s.version = '1.4.3' + s.version = '1.5.0' 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 7d2d0d4..d68e9a1 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 = 10; + CURRENT_PROJECT_VERSION = 11; DEBUG_INFORMATION_FORMAT = dwarf; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = PCW579R278; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 10; + DYLIB_CURRENT_VERSION = 11; 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 = 10; + CURRENT_PROJECT_VERSION = 11; DEFINES_MODULE = YES; DEVELOPMENT_TEAM = PCW579R278; DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 10; + DYLIB_CURRENT_VERSION = 11; 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 73ed4c8..3fba1fe 100644 --- a/Tests/Info.plist +++ b/Tests/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.4.3 + 1.5.0 CFBundleVersion - 10 + 11 diff --git a/source/Info.plist b/source/Info.plist index 19f3e09..857d3cd 100644 --- a/source/Info.plist +++ b/source/Info.plist @@ -15,8 +15,8 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.4.3 + 1.5.0 CFBundleVersion - 10 + 11