From 9207b7ad0a64f6522dc5aef724bf99f751c58470 Mon Sep 17 00:00:00 2001 From: Funkatronics Date: Wed, 24 Apr 2024 16:38:00 -0600 Subject: [PATCH] bump versions to 2.1.3 --- js/packages/mobile-wallet-adapter-protocol-web3js/package.json | 2 +- js/packages/mobile-wallet-adapter-protocol/package.json | 2 +- js/packages/wallet-adapter-mobile/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/js/packages/mobile-wallet-adapter-protocol-web3js/package.json b/js/packages/mobile-wallet-adapter-protocol-web3js/package.json index 219cf2517..c4432c4b4 100644 --- a/js/packages/mobile-wallet-adapter-protocol-web3js/package.json +++ b/js/packages/mobile-wallet-adapter-protocol-web3js/package.json @@ -1,7 +1,7 @@ { "name": "@solana-mobile/mobile-wallet-adapter-protocol-web3js", "description": "A convenience wrapper that enables you to call Solana Mobile Stack protocol methods using objects from @solana/web3.js", - "version": "2.1.2", + "version": "2.1.3", "author": "Steven Luscher ", "repository": "https://github.com/solana-mobile/mobile-wallet-adapter", "license": "Apache-2.0", diff --git a/js/packages/mobile-wallet-adapter-protocol/package.json b/js/packages/mobile-wallet-adapter-protocol/package.json index 1ca3ee81a..ebdd6f145 100644 --- a/js/packages/mobile-wallet-adapter-protocol/package.json +++ b/js/packages/mobile-wallet-adapter-protocol/package.json @@ -1,7 +1,7 @@ { "name": "@solana-mobile/mobile-wallet-adapter-protocol", "description": "An implementation of the Solana Mobile Mobile Wallet Adapter protocol. Use this to open a session with a mobile wallet app, and to issue API calls to it.", - "version": "2.1.2", + "version": "2.1.3", "author": "Steven Luscher ", "repository": "https://github.com/solana-mobile/mobile-wallet-adapter", "license": "Apache-2.0", diff --git a/js/packages/wallet-adapter-mobile/package.json b/js/packages/wallet-adapter-mobile/package.json index f82139be1..3b91f930f 100644 --- a/js/packages/wallet-adapter-mobile/package.json +++ b/js/packages/wallet-adapter-mobile/package.json @@ -1,7 +1,7 @@ { "name": "@solana-mobile/wallet-adapter-mobile", "description": "An adapter for mobile wallet apps that conform to the Solana Mobile Wallet Adapter protocol", - "version": "2.1.2", + "version": "2.1.3", "author": "Steven Luscher ", "repository": "https://github.com/solana-mobile/mobile-wallet-adapter", "license": "Apache-2.0",