Skip to content

Commit

Permalink
!Update Readme (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
iletai authored Mar 29, 2024
1 parent fe5d660 commit df4c0e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]),
Expand Down
2 changes: 1 addition & 1 deletion SwiftUICalendarView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit df4c0e9

Please sign in to comment.