Skip to content

Commit e5ea012

Browse files
authored
Merge pull request #31 from jennifer-starratt/master
Bump version to 0.1.6
2 parents a32d493 + 3387740 commit e5ea012

File tree

5 files changed

+30
-5
lines changed

5 files changed

+30
-5
lines changed

.gitignore

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,15 @@ DerivedData
1717
IDEWorkspaceChecks.plist
1818

1919
.DS_Store
20+
21+
# fastlane
22+
#
23+
# For more information about the recommended setup visit:
24+
# https://docs.fastlane.tools/best-practices/source-control/#source-control
25+
26+
**/fastlane/Preview.html
27+
**/fastlane/screenshots
28+
**/fastlane/README.md
29+
**/fastlane/report.xml
30+
**/fastlane/test_output
31+
**/fastlane/code_coverage_output

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.1.6] - 2020-06-25
8+
### Changed
9+
- Updated documentation and README
10+
- Updated .gitignore
11+
712
## [0.1.5] - 2020-04-14
813
### Added
914
- `set_version` lane to Fastfile

MailchimpSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'MailchimpSDK'
11-
s.version = '0.1.5'
11+
s.version = '0.1.6'
1212
s.summary = 'Mailchimp SDK for iOS'
1313

1414
s.description = <<-DESC
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>PreviewsEnabled</key>
6+
<false/>
7+
</dict>
8+
</plist>

MailchimpSDK/MailchimpSDK.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@
511511
"@executable_path/Frameworks",
512512
"@loader_path/Frameworks",
513513
);
514-
MARKETING_VERSION = 0.1.5;
514+
MARKETING_VERSION = 0.1.6;
515515
PRODUCT_BUNDLE_IDENTIFIER = com.theRocketScienceGroup.MailchimpSDK;
516516
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
517517
SKIP_INSTALL = YES;
@@ -540,7 +540,7 @@
540540
"@executable_path/Frameworks",
541541
"@loader_path/Frameworks",
542542
);
543-
MARKETING_VERSION = 0.1.5;
543+
MARKETING_VERSION = 0.1.6;
544544
PRODUCT_BUNDLE_IDENTIFIER = com.theRocketScienceGroup.MailchimpSDK;
545545
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
546546
SKIP_INSTALL = YES;
@@ -560,7 +560,7 @@
560560
"@executable_path/Frameworks",
561561
"@loader_path/Frameworks",
562562
);
563-
MARKETING_VERSION = 0.1.5;
563+
MARKETING_VERSION = 0.1.6;
564564
PRODUCT_BUNDLE_IDENTIFIER = "com.theRocketScienceGroup.Mailchimp-SDKTests";
565565
PRODUCT_NAME = "$(TARGET_NAME)";
566566
SWIFT_VERSION = 5.0;
@@ -579,7 +579,7 @@
579579
"@executable_path/Frameworks",
580580
"@loader_path/Frameworks",
581581
);
582-
MARKETING_VERSION = 0.1.5;
582+
MARKETING_VERSION = 0.1.6;
583583
PRODUCT_BUNDLE_IDENTIFIER = "com.theRocketScienceGroup.Mailchimp-SDKTests";
584584
PRODUCT_NAME = "$(TARGET_NAME)";
585585
SWIFT_VERSION = 5.0;

0 commit comments

Comments
 (0)