From 3c77401c3a91fd560049691b032e762ab87bbe09 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Tue, 13 May 2025 14:04:12 +0530 Subject: [PATCH] Bump SDK version to 2.0.1 and update related configurations --- .env | 2 +- .gitignore | 4 +++- Config.xcconfig | 2 +- ContentstackSwift.podspec | 2 +- Package.swift | 2 +- 5 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 6ddbb366..63203c7b 100644 --- a/.env +++ b/.env @@ -1 +1 @@ -CONTENTSTACK_SDK_VERSION=2.0.0 +CONTENTSTACK_SDK_VERSION=2.0.1 diff --git a/.gitignore b/.gitignore index 0144b643..9cde9576 100644 --- a/.gitignore +++ b/.gitignore @@ -76,4 +76,6 @@ TestCase docs fastlane/ -Gemfile \ No newline at end of file +Gemfile +#config file +Tests/config.json \ No newline at end of file diff --git a/Config.xcconfig b/Config.xcconfig index b6d3d38d..242f12d6 100644 --- a/Config.xcconfig +++ b/Config.xcconfig @@ -1 +1 @@ -CONTENTSTACK_SDK_VERSION = 2.0.0 +CONTENTSTACK_SDK_VERSION = 2.0.1 diff --git a/ContentstackSwift.podspec b/ContentstackSwift.podspec index c78d360b..f91ff174 100644 --- a/ContentstackSwift.podspec +++ b/ContentstackSwift.podspec @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.name = 'ContentstackSwift' - s.version = '2.0.0' + s.version = '2.0.1' s.summary = 'Contentstack is a headless CMS with an API-first approach that puts content at the centre.' s.description = <<-DESC diff --git a/Package.swift b/Package.swift index 1240f5bb..e7f1eeee 100644 --- a/Package.swift +++ b/Package.swift @@ -22,7 +22,7 @@ let package = Package( // Dependencies declare other packages that this package depends on. .package(url: "https://github.com/contentstack/contentstack-utils-swift.git", exact:"1.3.4"), // Dev dependencies - .package(url: "https://github.com/contentstack/contentstack-swift-dvr.git", branch:"master") + .package(url: "https://github.com/contentstack/contentstack-swift-dvr.git", exact:"1.0.0"), ], targets: [ // Targets are the basic building blocks of a package. A target can define a module or a test suite.