Skip to content

Commit

Permalink
Merge pull request #106 from MetaMask/release-version
Browse files Browse the repository at this point in the history
feature: release 0.3.1
  • Loading branch information
elefantel authored Nov 17, 2023
2 parents 65a17bf + d1e2920 commit ce18a7f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
]
```
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class Channel: CommunicationChannel {
socketManager = SocketManager(
socketURL: url,
config: [
.log(true),
.log(false),
options
]
)
Expand Down
2 changes: 1 addition & 1 deletion metamask-ios-sdk.podspec
Original file line number Diff line number Diff line change
@@ -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'

Expand Down

0 comments on commit ce18a7f

Please sign in to comment.