Skip to content
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
13 changes: 0 additions & 13 deletions Contentstack.xcworkspace/contents.xcworkspacedata

This file was deleted.

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