Skip to content

Commit

Permalink
update move-to-ts ts sdk version to 3.0.3;
Browse files Browse the repository at this point in the history
Adapt to new move-framework version
  • Loading branch information
andy-hippo committed Jan 9, 2024
1 parent 624cc0f commit 154f22f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub fn generate_package_json(package_name: String, cli: bool, ui: bool) -> (Stri
"dependencies": {{
"aptos": "1.10.0",
"big-integer": "^1.6.51",{}
"@manahippo/move-to-ts": "2.2.0"
"@manahippo/move-to-ts": "3.0.3"
}}
}}
"###,
Expand Down
2 changes: 1 addition & 1 deletion typescript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@manahippo/move-to-ts",
"version": "3.0.2",
"version": "3.0.3",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && rollup -c",
Expand Down

0 comments on commit 154f22f

Please sign in to comment.