Skip to content

Commit e7fa9a2

Browse files
committed
⛏Bump version to 2.1.2
1 parent e9e3c18 commit e7fa9a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Good mood
4141

4242
Add the following line to your Podfile:
4343
```ruby
44-
pod 'UIKit-Plus', '~> 2.1.1'
44+
pod 'UIKit-Plus', '~> 2.1.2'
4545
```
4646

4747
#### With [Swift Package Manager](https://swift.org/package-manager/)

UIKit-Plus.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Pod::Spec.new do |s|
1010
s.name = 'UIKit-Plus'
1111
s.module_name = 'UIKitPlus'
12-
s.version = '2.1.1'
12+
s.version = '2.1.2'
1313
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
1414

1515
s.swift_version = '5.5'

0 commit comments

Comments
 (0)