Skip to content

back merge #80

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 15, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTSTACK_SDK_VERSION=2.0.0
CONTENTSTACK_SDK_VERSION=2.0.1
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,6 @@ TestCase
docs

fastlane/
Gemfile
Gemfile
#config file
Tests/config.json
2 changes: 1 addition & 1 deletion Config.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CONTENTSTACK_SDK_VERSION = 2.0.0
CONTENTSTACK_SDK_VERSION = 2.0.1
2 changes: 1 addition & 1 deletion ContentstackSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Loading