Skip to content

Commit

Permalink
Update version in packages
Browse files Browse the repository at this point in the history
  • Loading branch information
learnforpractice committed Nov 29, 2022
1 parent 864eed6 commit 369acf9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion as-packages/chain/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "as-chain",
"version": "0.1.1",
"version": "0.1.2",
"description": "chain module for assemblyscript",
"main": "js/index.js",
"types": "./types.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion ts-packages/chaintester/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chaintester",
"version": "0.1.4",
"version": "0.1.5",
"description": "chain tester for AssemblyScript Smart Contract",
"main": "dist/index.js",
"author": "learnforpractice <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion ts-packages/transform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "as-contract",
"version": "0.3.0",
"version": "0.3.1",
"description": "Build tool for building AssemblyScript projects",
"main": "./dist/index.js",
"author": "learnforpractice <[email protected]>",
Expand Down

0 comments on commit 369acf9

Please sign in to comment.