Skip to content

Commit ede7d83

Browse files
committed
upping version
1 parent dc6dcb2 commit ede7d83

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

appendAttributedString.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "appendAttributedString"
3-
s.version = "1.1.2"
3+
s.version = "1.2"
44
s.summary = "An extension for NSMutableAttributedString"
55

66
s.description = <<-DESC
@@ -14,7 +14,7 @@ Supports dynamic fonts, colors, underlines, strike through, images and you can c
1414
s.author = { "Yaroslav Erohin" => "[email protected]" }
1515
s.platform = :ios, "8.0"
1616
s.swift_version = "5"
17-
s.source = { :git => "https://github.com/ysoftware/appendAttributedString.git", :tag => "1.1.2" }
17+
s.source = { :git => "https://github.com/ysoftware/appendAttributedString.git", :tag => "1.2" }
1818
s.exclude_files = "appendAttributedString/appendAttributedStringTests"
1919
s.source_files = "appendAttributedString/**/*.{h,m,swift}"
2020
end

appendAttributedString/appendAttributedString.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@
285285
"@executable_path/Frameworks",
286286
"@loader_path/Frameworks",
287287
);
288+
MARKETING_VERSION = 1.2;
288289
PRODUCT_BUNDLE_IDENTIFIER = com.ysoftware.appendAttributedString;
289290
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
290291
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -313,6 +314,7 @@
313314
"@executable_path/Frameworks",
314315
"@loader_path/Frameworks",
315316
);
317+
MARKETING_VERSION = 1.2;
316318
PRODUCT_BUNDLE_IDENTIFIER = com.ysoftware.appendAttributedString;
317319
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
318320
PROVISIONING_PROFILE_SPECIFIER = "";

appendAttributedString/appendAttributedString/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>1.1</string>
18+
<string>$(MARKETING_VERSION)</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)