From f3debbb95e115d31c8a908df3c5931650b664a1a Mon Sep 17 00:00:00 2001 From: Andrey Scherbovich Date: Fri, 6 Nov 2020 16:47:51 +0100 Subject: [PATCH 1/2] fix tests --- Tests/RequestTests.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/RequestTests.swift b/Tests/RequestTests.swift index 7886b01f0..68715f81a 100644 --- a/Tests/RequestTests.swift +++ b/Tests/RequestTests.swift @@ -40,7 +40,6 @@ class RequestTests: XCTestCase { let `default` = Request(url: url, method: method) XCTAssertNotNil(`default`.id) - XCTAssertNotNil(UUID(uuidString: `default`.id as! String)) } func test_positionalParameters_empty() throws { From 996711c7e4eae399ac1fc24ebf2e0e24643dc8d5 Mon Sep 17 00:00:00 2001 From: Andrey Scherbovich Date: Fri, 6 Nov 2020 16:54:24 +0100 Subject: [PATCH 2/2] update version --- WalletConnectSwift.podspec | 2 +- WalletConnectSwift/Info.plist | 2 +- WalletConnectSwiftTests/Info.plist | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WalletConnectSwift.podspec b/WalletConnectSwift.podspec index 5393c519f..67dab9a89 100644 --- a/WalletConnectSwift.podspec +++ b/WalletConnectSwift.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |spec| spec.name = "WalletConnectSwift" - spec.version = "1.2.0" + spec.version = "1.3.0" spec.summary = "A delightful way to integrate WalletConnect into your app." spec.description = <<-DESC WalletConnect protocol implementation for enabling communication between dapps and diff --git a/WalletConnectSwift/Info.plist b/WalletConnectSwift/Info.plist index e1fe4cfb7..9cae99db0 100644 --- a/WalletConnectSwift/Info.plist +++ b/WalletConnectSwift/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0 + 1.3.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/WalletConnectSwiftTests/Info.plist b/WalletConnectSwiftTests/Info.plist index 6c40a6cd0..351fdeddc 100644 --- a/WalletConnectSwiftTests/Info.plist +++ b/WalletConnectSwiftTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.0 + 1.3.0 CFBundleVersion 1