Skip to content

Commit

Permalink
Updated version labeling for release
Browse files Browse the repository at this point in the history
  • Loading branch information
melvitax committed Oct 2, 2020
1 parent ff680f4 commit 403c5b5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AFDateHelper.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "AFDateHelper"
s.version = "4.4.0"
s.version = "4.4.1"
s.summary = "Date Extension for Swift 5"
s.description = <<-DESC
A Swift Date extension for creating, modifying and comparing dates.
Expand Down
10 changes: 8 additions & 2 deletions DateHelper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 4.4.1;
MTL_ENABLE_DEBUG_INFO = YES;
"MTL_ENABLE_DEBUG_INFO[arch=*]" = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.allforces.DateHelper-macOS";
Expand Down Expand Up @@ -392,6 +393,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
MACOSX_DEPLOYMENT_TARGET = 10.14;
MARKETING_VERSION = 4.4.1;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.allforces.DateHelper-macOS";
PRODUCT_NAME = DateHelper;
Expand Down Expand Up @@ -537,7 +539,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.allforces.DateHelper-IOS";
PRODUCT_NAME = DateHelper;
Expand Down Expand Up @@ -574,7 +576,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.4.0;
MARKETING_VERSION = 4.4.1;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.allforces.DateHelper-IOS";
PRODUCT_NAME = DateHelper;
Expand Down Expand Up @@ -607,6 +609,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.4.1;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.allforces.DateHelper-tvOS";
PRODUCT_NAME = DateHelper;
Expand Down Expand Up @@ -644,6 +647,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.4.1;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.allforces.DateHelper-tvOS";
PRODUCT_NAME = DateHelper;
Expand Down Expand Up @@ -679,6 +683,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.4.1;
MTL_ENABLE_DEBUG_INFO = YES;
PRODUCT_BUNDLE_IDENTIFIER = "com.allforces.DateHelper-watchOS";
PRODUCT_NAME = DateHelper;
Expand Down Expand Up @@ -715,6 +720,7 @@
INFOPLIST_FILE = "$(SRCROOT)/Sources/Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 4.4.1;
MTL_ENABLE_DEBUG_INFO = NO;
PRODUCT_BUNDLE_IDENTIFIER = "com.allforces.DateHelper-watchOS";
PRODUCT_NAME = DateHelper;
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ Minimum: iOS 11, tvOS 12, watchOS 4, macOS 10.14

**Carthage** github "melvitax/DateHelper"
**Swift Package Manager** https://github.com/melvitax/DateHelper.git
**Cocoapods** pod 'AFDateHelper', '~> 4.4.0'
**Cocoapods** pod 'AFDateHelper', '~> 4.4.1'
**Manually** Include DateHelper.swift in your project


Expand Down
2 changes: 1 addition & 1 deletion Sources/DateHelper.swift
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
// AFDateHelper.swift
// https://github.com/melvitax/DateHelper
// Version 4.4.0
// Version 4.4.1
//
// Created by Melvin Rivera on 7/15/14.
// Copyright (c) 2014. All rights reserved.
Expand Down

0 comments on commit 403c5b5

Please sign in to comment.