Skip to content

Commit

Permalink
[release] 0.2.4 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianhe8x authored Dec 22, 2020
1 parent cecba6b commit db8aa05
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@subql/cli",
"description": "cli for subquery",
"version": "0.2.3",
"version": "0.2.4",
"author": "Ian He",
"bin": {
"subql": "./bin/run"
Expand Down
2 changes: 1 addition & 1 deletion packages/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types",
"version": "0.2.3",
"version": "0.2.4",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down

0 comments on commit db8aa05

Please sign in to comment.