Skip to content

Commit ae3a965

Browse files
author
aleksandr.orlov
committed
Updated version to '2.5.2'.
1 parent 49de024 commit ae3a965

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

AnyFormatKit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = 'AnyFormatKit'
3-
s.version = '2.5.1'
3+
s.version = '2.5.2'
44
s.summary = 'Simple text formatting in Swift.'
55

66
s.description = <<-DESC

AnyFormatKit.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@
12351235
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
12361236
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12371237
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1238-
MARKETING_VERSION = 2.5.1;
1238+
MARKETING_VERSION = 2.5.2;
12391239
PRODUCT_BUNDLE_IDENTIFIER = OO.AnyFormatKit;
12401240
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12411241
SKIP_INSTALL = YES;
@@ -1258,7 +1258,7 @@
12581258
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
12591259
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
12601260
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
1261-
MARKETING_VERSION = 2.5.1;
1261+
MARKETING_VERSION = 2.5.2;
12621262
PRODUCT_BUNDLE_IDENTIFIER = OO.AnyFormatKit;
12631263
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
12641264
SKIP_INSTALL = YES;

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ AnyFormatKit is available through [CocoaPods](http://cocoapods.org). To install
6161
it, simply add the following line to your Podfile:
6262

6363
```ruby
64-
pod 'AnyFormatKit', '~> 2.5.1'
64+
pod 'AnyFormatKit', '~> 2.5.2'
6565
```
6666

6767
Then, run the following command:
@@ -76,7 +76,7 @@ Once you have your Swift package set up, than simply add AnyFormatKit to the `de
7676

7777
```swift
7878
dependencies: [
79-
.package(url: "https://github.com/luximetr/AnyFormatKit.git", .upToNextMajor(from: "2.5.1"))
79+
.package(url: "https://github.com/luximetr/AnyFormatKit.git", .upToNextMajor(from: "2.5.2"))
8080
]
8181
```
8282

0 commit comments

Comments
 (0)