[#109] Updated Version to 3.1.0 (#111)

This commit is contained in:
Yakov Manshin 2022-10-05 11:11:29 +02:00
parent d13bbb2c58
commit 4ca114eab4
No known key found for this signature in database
GPG Key ID: DA3328AA3609559B
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ Youre 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
@ -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

View File

@ -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"