Skip to content

Commit 64077f2

Browse files
committed
Bump version
1 parent 886b3dd commit 64077f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Wondered?❤️ Try it yourself!😃 Now!🚀
152152

153153
Add the following line to your Podfile:
154154
```ruby
155-
pod 'UIKit-Plus', '~> 0.10.0'
155+
pod 'UIKit-Plus', '~> 0.11.0'
156156
```
157157

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

UIKit-Plus.podspec

Lines changed: 2 additions & 2 deletions
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 = '0.10.0'
12+
s.version = '0.11.0'
1313
s.summary = '🏰 Declarative UIKit wrapper inspired by SwiftUI'
1414

1515
s.swift_version = '4.2'
@@ -27,7 +27,7 @@ Pod::Spec.new do |s|
2727
s.license = { :type => 'MIT', :file => 'LICENSE' }
2828
s.author = { 'MihaelIsaev' => 'isaev.mihael@gmail.com' }
2929
s.source = { :git => 'https://github.com/MihaelIsaev/UIKitPlus.git', :tag => s.version.to_s }
30-
# s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30+
s.social_media_url = 'https://twitter.com/MihaelIsaev'
3131

3232
s.ios.deployment_target = '9.0'
3333

0 commit comments

Comments
 (0)