From d1e29207401f7e95df0851556773f7a44ea56de6 Mon Sep 17 00:00:00 2001 From: Mpendulo Ndlovu Date: Fri, 17 Nov 2023 10:55:14 +0200 Subject: [PATCH] feature: release 0.3.1 --- README.md | 2 +- Sources/metamask-ios-sdk/Classes/Communication/Channel.swift | 2 +- metamask-ios-sdk.podspec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9a4135c..28f1575 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ Alternatively, you can add the URL directly in your project's package file: dependencies: [ .package( url: "https://github.com/MetaMask/metamask-ios-sdk", - from: "0.3.0" + from: "0.3.1" ) ] ``` diff --git a/Sources/metamask-ios-sdk/Classes/Communication/Channel.swift b/Sources/metamask-ios-sdk/Classes/Communication/Channel.swift index 80b11eb..68e9394 100644 --- a/Sources/metamask-ios-sdk/Classes/Communication/Channel.swift +++ b/Sources/metamask-ios-sdk/Classes/Communication/Channel.swift @@ -47,7 +47,7 @@ public class Channel: CommunicationChannel { socketManager = SocketManager( socketURL: url, config: [ - .log(true), + .log(false), options ] ) diff --git a/metamask-ios-sdk.podspec b/metamask-ios-sdk.podspec index 965fe42..800ed9a 100644 --- a/metamask-ios-sdk.podspec +++ b/metamask-ios-sdk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'metamask-ios-sdk' - s.version = '0.3.0' + s.version = '0.3.1' s.summary = 'Enable users to easily connect with their MetaMask Mobile wallet.' s.swift_version = '5.0'