diff --git a/README.md b/README.md index c122ee1..aca73c1 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,6 @@ const ainize = new Ainize(1); ainize.loginWithSigner(); ``` - This feature is supported from AIN Wallet version 2.0.5 or later. ### Using model @@ -141,4 +140,3 @@ You can stop or run your model container. Only model deployer can use this. model.stop(); model.run(); --> -``` diff --git a/package.json b/package.json index 5f86a3d..764d517 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@ainize-team/ainize-js", - "version": "1.3.6", + "version": "1.3.7", "main": "dist/ainize.js", "types": "dist/ainize.d.ts", "scripts": {