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/Contentstack.xcworkspace/contents.xcworkspacedata b/Contentstack.xcworkspace/contents.xcworkspacedata deleted file mode 100644 index bba964bc..00000000 --- a/Contentstack.xcworkspace/contents.xcworkspacedata +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - 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.