Skip to content

Commit c08b20e

Browse files
committed
up version (again)
1 parent 59a1ef8 commit c08b20e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.2.0.1"
3+
s.version = "1.2.1"
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.2.0.1" }
17+
s.source = { :git => "https://github.com/ysoftware/appendAttributedString.git", :tag => "1.2.1" }
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
"@executable_path/Frameworks",
298298
"@loader_path/Frameworks",
299299
);
300-
MARKETING_VERSION = 1.2.0.1;
300+
MARKETING_VERSION = 1.2.1;
301301
PRODUCT_BUNDLE_IDENTIFIER = com.ysoftware.appendAttributedString;
302302
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
303303
PROVISIONING_PROFILE_SPECIFIER = "";
@@ -326,7 +326,7 @@
326326
"@executable_path/Frameworks",
327327
"@loader_path/Frameworks",
328328
);
329-
MARKETING_VERSION = 1.2.0.1;
329+
MARKETING_VERSION = 1.2.1;
330330
PRODUCT_BUNDLE_IDENTIFIER = com.ysoftware.appendAttributedString;
331331
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
332332
PROVISIONING_PROFILE_SPECIFIER = "";

0 commit comments

Comments
 (0)