Skip to content

Commit

Permalink
Fix podspec dependency and the Package.swift (#104)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkowz authored Dec 3, 2020
1 parent 0c7e879 commit c7665c6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTFUL_PERSISTENCE_VERSION=0.17.0
CONTENTFUL_PERSISTENCE_VERSION=0.17.1
2 changes: 1 addition & 1 deletion Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTFUL_PERSISTENCE_VERSION=0.17.0
CONTENTFUL_PERSISTENCE_VERSION=0.17.1
2 changes: 1 addition & 1 deletion ContentfulPersistenceSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Pod::Spec.new do |spec|
spec.watchos.deployment_target = '2.0'
spec.tvos.deployment_target = '9.3'

spec.dependency 'Contentful', '~> 5.3.0'
spec.dependency 'Contentful', '~> 5.4.0'
end

4 changes: 2 additions & 2 deletions Package.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"repositoryURL": "https://github.com/contentful/contentful.swift",
"state": {
"branch": null,
"revision": "9b65d0b86b3b53194dcde7c5e3cc95b40a71a8c2",
"version": "5.3.1"
"revision": "cfc14e34f7d94a6fa322e438747d9beef420f2df",
"version": "5.4.0"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
targets: ["ContentfulPersistence"])
],
dependencies: [
.package(url: "https://github.com/contentful/contentful.swift", .upToNextMajor(from: "5.3.1"))
.package(url: "https://github.com/contentful/contentful.swift", .upToNextMajor(from: "5.4.0"))
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Scripts/.env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTFUL_PERSISTENCE_VERSION=0.17.0
CONTENTFUL_PERSISTENCE_VERSION=0.17.1
2 changes: 1 addition & 1 deletion Scripts/Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTFUL_PERSISTENCE_VERSION=0.17.0
CONTENTFUL_PERSISTENCE_VERSION=0.17.1

0 comments on commit c7665c6

Please sign in to comment.