Skip to content

Commit

Permalink
update versions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Scherbovich committed Jul 21, 2020
1 parent cabdcf4 commit aae79d5
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Please open `ExampleApps/ExampleApps.xcodeproj`
In your `Package.swift`:

dependencies: [
.package(url: "https://github.com/WalletConnect/WalletConnectSwift.git", .upToNextMinor(from: "1.1.0"))
.package(url: "https://github.com/WalletConnect/WalletConnectSwift.git", .upToNextMinor(from: "1.2.0"))
]

## CocoaPods
Expand Down
2 changes: 1 addition & 1 deletion WalletConnectSwift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "WalletConnectSwift"
spec.version = "1.1.0"
spec.version = "1.2.0"
spec.summary = "A delightful way to integrate WalletConnect into your app."
spec.description = <<-DESC
WalletConnect protocol implementation for enabling communication between dapps and
Expand Down

0 comments on commit aae79d5

Please sign in to comment.