Skip to content

Commit

Permalink
switched Tuples to release
Browse files Browse the repository at this point in the history
  • Loading branch information
ypopovych committed Aug 2, 2023
1 parent 5c9235d commit c63e1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JsonRPC.swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'JsonRPC.swift'
s.version = '0.2.1'
s.version = '0.2.2'
s.summary = 'Cross-plaform Json RPC library for Swift with WebSocket support'

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 @@ -13,7 +13,7 @@ let package = Package(
],
dependencies: [
.package(url: "https://github.com/tesseract-one/ContextCodable.swift.git", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/tesseract-one/Tuples.swift.git", .branch("main")),
.package(url: "https://github.com/tesseract-one/Tuples.swift.git", .upToNextMinor(from: "0.1.0")),
.package(url: "https://github.com/tesseract-one/Serializable.swift.git", .upToNextMinor(from: "0.2.3"))
],
targets: [
Expand Down

0 comments on commit c63e1a0

Please sign in to comment.