Skip to content

Commit

Permalink
Updated version to '2.3.0'.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Orlov committed Feb 2, 2021
1 parent 856c8ce commit 9f0b478
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion AnyFormatKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'AnyFormatKit'
s.version = '2.2.1'
s.version = '2.3.0'
s.summary = 'Simple text formatting in Swift.'

s.description = <<-DESC
Expand Down
4 changes: 2 additions & 2 deletions AnyFormatKit.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1271,7 +1271,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.3.0;
PRODUCT_BUNDLE_IDENTIFIER = OO.AnyFormatKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand All @@ -1294,7 +1294,7 @@
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MARKETING_VERSION = 2.2.1;
MARKETING_VERSION = 2.3.0;
PRODUCT_BUNDLE_IDENTIFIER = OO.AnyFormatKit;
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SKIP_INSTALL = YES;
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ AnyFormatKit is available through [CocoaPods](http://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'AnyFormatKit', '~> 2.2.1'
pod 'AnyFormatKit', '~> 2.3.0'
```

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

```swift
dependencies: [
.package(url: "https://github.com/luximetr/AnyFormatKit.git", .upToNextMajor(from: "2.2.1"))
.package(url: "https://github.com/luximetr/AnyFormatKit.git", .upToNextMajor(from: "2.3.0"))
]
```

Expand Down

0 comments on commit 9f0b478

Please sign in to comment.