Skip to content

Commit

Permalink
Merge pull request MetaMask#123 from MetaMask/bump-versions
Browse files Browse the repository at this point in the history
Bump library version
  • Loading branch information
elefantel authored Jan 18, 2024
2 parents 3ef8cde + 39e45dd commit 40e92ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,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.4.0"
from: "0.5.0"
)
]
```
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.4.0'
s.version = '0.5.0'
s.summary = 'Enable users to easily connect with their MetaMask Mobile wallet.'
s.swift_version = '5.5'

Expand Down

0 comments on commit 40e92ec

Please sign in to comment.