diff --git a/README.md b/README.md index 8b18383..4ec2477 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ To integrate SwiftUICalendarView into your project, add the GitHub URL to the de ```swift dependencies: [ - .package(url: "https://github.com/iletai/SwiftUICalendarView.git", from: "v1.0.4"), + .package(url: "https://github.com/iletai/SwiftUICalendarView.git", from: "v1.4.5"), ], targets: [ .target(name: "YourTarget", dependencies: ["CalendarView"]), diff --git a/SwiftUICalendarView.podspec b/SwiftUICalendarView.podspec index 9972871..736dc1c 100644 --- a/SwiftUICalendarView.podspec +++ b/SwiftUICalendarView.podspec @@ -5,7 +5,7 @@ Pod::Spec.new do |s| SwiftUICalendarView is a free and open-source library in SwiftUI to make calendar. DESC - s.version = '1.4.2' + s.version = '1.4.5' s.platform = :ios s.ios.deployment_target = '16.0' # Updated deployment target to a valid iOS version s.swift_version = '5.9'