diff --git a/HypeUI.podspec b/HypeUI.podspec index 4db8f4d..c75459b 100644 --- a/HypeUI.podspec +++ b/HypeUI.podspec @@ -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" } diff --git a/README.md b/README.md index c0b526c..a805710 100644 --- a/README.md +++ b/README.md @@ -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")) ] ```