Skip to content

Commit

Permalink
[#109] Updated Version to 3.1.0 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
yakovmanshin authored Oct 5, 2022
1 parent 9f13882 commit 019bcfe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You’re then prompted to select the version to install and indicate the desired
If you need to use YMFF in another Swift package, add it to the `Package.swift` file as a dependency:

```swift
.package(url: "https://github.com/yakovmanshin/YMFF", .upToNextMajor(from: "3.0.0"))
.package(url: "https://github.com/yakovmanshin/YMFF", .upToNextMajor(from: "3.1.0"))
```

### CocoaPods
Expand All @@ -36,7 +36,7 @@ YMFF alternatively supports installation via [CocoaPods](https://youtu.be/iEAjvN
Add the following to your Podfile:

```ruby
pod 'YMFF', '~> 3.0'
pod 'YMFF', '~> 3.1'
```

## Setup
Expand Down
2 changes: 1 addition & 1 deletion YMFF.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
# Root

s.name = "YMFF"
s.version = "3.0.0"
s.version = "3.1.0"
s.swift_version = "5.3"
s.authors = { "Yakov Manshin" => "git@yakovmanshin.com" }
s.social_media_url = "https://twitter.com/yakovmanshin"
Expand Down

0 comments on commit 019bcfe

Please sign in to comment.