Skip to content

Commit 96eb72f

Browse files
authored
Merge pull request #89 from futuredapp/release/v2.2.1
Release v2.2.1
2 parents 759891e + 3821426 commit 96eb72f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

FuntastyKit.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 = "FuntastyKit"
3-
s.version = "2.2.0"
3+
s.version = "2.2.1"
44
s.summary = "A collection of Swift utilities and protocols used in our projects."
55
s.description = <<-DESC
66
MVVM-C architecture, service holder for code injection of services

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pod 'FuntastyKit', '~> 2.2', subspecs: ['IBInspectable']
3131
When using Swift package manager add following line to your `Package.swift` file or add the repository using Xcode:
3232

3333
```swift
34-
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.1.0")
34+
.package(url: "https://github.com/futuredapp/FuntastyKit.git", from: "2.2.1")
3535
```
3636

3737
## Note on the name

0 commit comments

Comments
 (0)