Skip to content

Commit 1ad0d35

Browse files
committed
update changelog
1 parent 811331b commit 1ad0d35

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.2.7 Release notes (2022-01-14)
2+
3+
## Enhancements
4+
5+
* xcode 13
6+
17
# 0.2.7 Release notes (2017-04-13)
28

39
## Enhancements

TabPageViewController.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 = "TabPageViewController"
11-
s.version = "0.2.7"
11+
s.version = "0.2.8"
1212
s.summary = "Custom UIPageViewController"
1313

1414
# This description is used to generate tags and improve search results.

TabPageViewController.xcodeproj/TabPageViewController_Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.7</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

TabPageViewController.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -489,6 +489,7 @@
489489
HEADER_SEARCH_PATHS = "$(inherited)";
490490
INFOPLIST_FILE = TabPageViewController.xcodeproj/TabPageViewController_Info.plist;
491491
LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
492+
MARKETING_VERSION = 0.2.8;
492493
OTHER_LDFLAGS = "$(inherited)";
493494
OTHER_SWIFT_FLAGS = "$(inherited)";
494495
PRODUCT_BUNDLE_IDENTIFIER = TabPageViewController;
@@ -512,6 +513,7 @@
512513
HEADER_SEARCH_PATHS = "$(inherited)";
513514
INFOPLIST_FILE = TabPageViewController.xcodeproj/TabPageViewController_Info.plist;
514515
LD_RUNPATH_SEARCH_PATHS = "$(TOOLCHAIN_DIR)/usr/lib/swift/macosx";
516+
MARKETING_VERSION = 0.2.8;
515517
OTHER_LDFLAGS = "$(inherited)";
516518
OTHER_SWIFT_FLAGS = "$(inherited)";
517519
PRODUCT_BUNDLE_IDENTIFIER = TabPageViewController;

0 commit comments

Comments
 (0)