From 019bcfe1a95b03b7b2e38c6d9246efdcc629b00d Mon Sep 17 00:00:00 2001 From: Yakov Manshin Date: Wed, 5 Oct 2022 11:11:29 +0200 Subject: [PATCH] [#109] Updated Version to 3.1.0 (#111) --- README.md | 4 ++-- YMFF.podspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ff9f6d..ce83dc2 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/YMFF.podspec b/YMFF.podspec index b14876e..875dc9e 100644 --- a/YMFF.podspec +++ b/YMFF.podspec @@ -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"