Skip to content

Commit

Permalink
Bumping up the version of web3auth and it's dependency (#753)
Browse files Browse the repository at this point in the history
Since when Rob made samples, we didn't bump it up, so I'm doing that now.

Co-authored-by: sneakzttv <[email protected]>
  • Loading branch information
kantagara and sneakzttv authored Nov 21, 2023
1 parent 3b6db95 commit 4a5eab6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Packages/io.chainsafe.web3-unity.web3auth/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "io.chainsafe.web3-unity.web3auth",
"version": "2.5.1",
"version": "2.5.2",
"displayName": "web3.unity SDK Web3Auth",
"description": "web3.unity is an open-source gaming SDK written in C# and developed by ChainSafe Gaming. It connects games built in the Unity game engine to the blockchain. The library currently supports games built for web browsers (WebGL), iOS/Android mobile, and desktop. web3.unity is compatible with most EVM-based chains such as Ethereum, Polygon, Moonbeam, Cronos, Nervos, and Binance Smart Chain, letting developers easily choose and switch between them to create the best in-game experience.",
"license": "LGPL-3.0-only",
"licensesUrl": "https://github.com/ChainSafe/web3.unity/blob/main/LICENSE",
"documentationUrl": "https://docs.gaming.chainsafe.io/",
"dependencies": {
"com.unity.nuget.newtonsoft-json": "3.0.2",
"io.chainsafe.web3-unity": "2.5.0"
"io.chainsafe.web3-unity": "2.5.2"
},
"keywords": [
"web3",
Expand Down

0 comments on commit 4a5eab6

Please sign in to comment.