Skip to content

Commit f485ca4

Browse files
committed
🐠 Bumping version to 0.3.0
1 parent f3a7047 commit f485ca4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HypeUI.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 = "HypeUI"
3-
s.version = "0.2.0"
3+
s.version = "0.3.0"
44
s.summary = "HypeUI is a implementation of Apple's SwiftUI DSL style based on UIKit"
55
s.homepage = "https://github.com/hyperconnect/HypeUI"
66
s.license = { :type => 'Apache 2.0', :file => "LICENSE" }

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ To integrate HypeUI into your Xcode project using Swift Package Manager, add it
5959

6060
```swift
6161
dependencies: [
62-
.package(url: "https://github.com/hyperconnect/HypeUI", .upToNextMajor(from: "0.2.0"))
62+
.package(url: "https://github.com/hyperconnect/HypeUI", .upToNextMajor(from: "0.3.0"))
6363
]
6464
```
6565

0 commit comments

Comments
 (0)