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 { 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