From 7f981e0cfaf97388c7ea9c651ca4f94b7c7fe047 Mon Sep 17 00:00:00 2001 From: DeluxeAlonso Date: Fri, 28 Apr 2023 00:09:52 -0500 Subject: [PATCH] Updates pod version to 3.0.0 --- DLAutoSlidePageViewController.podspec | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DLAutoSlidePageViewController.podspec b/DLAutoSlidePageViewController.podspec index 49cbc97..0632f05 100644 --- a/DLAutoSlidePageViewController.podspec +++ b/DLAutoSlidePageViewController.podspec @@ -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 diff --git a/README.md b/README.md index 3f63485..810f31a 100644 --- a/README.md +++ b/README.md @@ -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