Skip to content

Commit

Permalink
🐠 Bumping version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cruisediary committed Nov 22, 2022
1 parent f3a7047 commit f485ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HypeUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "HypeUI"
s.version = "0.2.0"
s.version = "0.3.0"
s.summary = "HypeUI is a implementation of Apple's SwiftUI DSL style based on UIKit"
s.homepage = "https://github.com/hyperconnect/HypeUI"
s.license = { :type => 'Apache 2.0', :file => "LICENSE" }
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To integrate HypeUI into your Xcode project using Swift Package Manager, add it

```swift
dependencies: [
.package(url: "https://github.com/hyperconnect/HypeUI", .upToNextMajor(from: "0.2.0"))
.package(url: "https://github.com/hyperconnect/HypeUI", .upToNextMajor(from: "0.3.0"))
]
```

Expand Down

0 comments on commit f485ca4

Please sign in to comment.