Skip to content

Commit

Permalink
update package name and version
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmaayan committed Oct 17, 2023
1 parent e80699a commit ff095a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "aptos",
"name": "@aptos-labs/ts-sdk",
"description": "Aptos SDK",
"packageManager": "pnpm@8.9.0",
"license": "Apache-2.0",
Expand Down Expand Up @@ -66,5 +66,5 @@
"typedoc": "^0.23.20",
"typescript": "4.8.2"
},
"version": "2.0.0"
"version": "0.0.0"
}
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// SPDX-License-Identifier: Apache-2.0

// hardcoded for now, we would want to have it injected dynamically
export const VERSION = "2.0.0";
export const VERSION = "0.0.0";

0 comments on commit ff095a8

Please sign in to comment.