diff --git a/Derulo.podspec b/Derulo.podspec index c0a8be0..51eafc2 100644 --- a/Derulo.podspec +++ b/Derulo.podspec @@ -8,7 +8,7 @@ Pod::Spec.new do |s| s.name = 'Derulo' - s.version = '1.7.1' + s.version = '1.7.2' s.summary = 'A flexible collection of Swift protocols and helpers to organize and manage translating between JSON and native Swift objects.' s.description = <<-DESC diff --git a/README.md b/README.md index 45565c1..19fd5e1 100644 --- a/README.md +++ b/README.md @@ -166,11 +166,11 @@ Swift 5.6 The [Swift Package Manager](https://swift.org/package-manager/) is a tool for automating the distribution of Swift code and is integrated into the `swift` compiler. -Once you have your Swift package set up, adding AHDownloadButton as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`. +Once you have your Swift package set up, adding Derulo as a dependency is as easy as adding it to the `dependencies` value of your `Package.swift`. ```swift dependencies: [ - .package(url: "https://github.com/dockwa/Derulo", .upToNextMajor(from: "1.7.0")) + .package(url: "https://github.com/dockwa/Derulo", .upToNextMajor(from: "1.7.2")) ] ```