Skip to content

Commit b98f087

Browse files
authored
Merge pull request #67 from Kitura/Issue-65-2.1.0
[Issue-65] Update version to 2.1.0
2 parents 4a29c37 + 04c4719 commit b98f087

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.swift-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

KituraContracts.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Pod::Spec.new do |s|
22

33
s.name = "KituraContracts"
44
s.module_name = 'KituraContracts'
5-
s.version = "2.0.1"
5+
s.version = "2.1.0"
66
s.cocoapods_version = '~> 1.16'
77
s.summary = "KituraContracts is a library containing type definitions shared by client and server code."
88
s.homepage = "https://github.com/Kitura/KituraContracts"
@@ -24,6 +24,6 @@ Pod::Spec.new do |s|
2424

2525
s.source_files = "Sources/**/*.swift"
2626

27-
s.dependency 'LoggerAPI', '~> 2.0'
27+
s.dependency 'LoggerAPI', '~> 2.1'
2828

2929
end

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
],
1414
dependencies: [
1515
// Dependencies declare other packages that this package depends on.
16-
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "2.0.0"),
16+
.package(url:"https://github.com/Kitura/LoggerAPI.git", from: "2.1.0"),
1717
],
1818
targets: [
1919
// Targets are the basic building blocks of a package. A target can define a module or a test suite.

0 commit comments

Comments
 (0)