Skip to content

Commit

Permalink
Updates pod version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Apr 28, 2023
1 parent 4410e51 commit 7f981e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DLAutoSlidePageViewController.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'DLAutoSlidePageViewController'
s.version = '2.2.0'
s.version = '3.0.0'
s.summary = 'An auto slide PageViewController.'

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pod "DLAutoSlidePageViewController"
To integrate using [Swift Package Manager](https://swift.org/package-manager/), add the following as a dependency to your Package.swift:

```Swift
.package(url: "https://github.com/DeluxeAlonso/DLAutoSlidePageViewController.git", .upToNextMajor(from: "1.2.0"))
.package(url: "https://github.com/DeluxeAlonso/DLAutoSlidePageViewController.git", .upToNextMajor(from: "3.0.0"))
```

## Usage
Expand Down

0 comments on commit 7f981e0

Please sign in to comment.