Skip to content

Commit d41822d

Browse files
committed
set version to 0.3.0
1 parent 97aa47e commit d41822d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@babel/preset-env": "^7.20.2",
2121
"@babel/preset-typescript": "^7.27.1",
2222
"@types/eslint": "^9.0.0",
23-
"@types/jest": "^30.0.0",
23+
"@types/jest": "^30.3.0",
2424
"@types/mocha": "^10.0.1",
2525
"@types/node": "^22.0.0",
2626
"@types/vscode": "^1.63.0",
@@ -29,11 +29,11 @@
2929
"@vercel/ncc": "^0.38.3",
3030
"@yao-pkg/pkg": "^6.4.0",
3131
"antlr4ts-cli": "^0.5.0-alpha.4",
32-
"babel-jest": "^30.0.0",
32+
"babel-jest": "^30.3.0",
3333
"eslint": "^8.28.0",
3434
"eslint-config-eslint": "^7.0.0",
3535
"eslint-plugin-import": "^2.32.0",
36-
"jest": "^30.0.0",
36+
"jest": "^30.3.0",
3737
"js-yaml": "^4.1.0",
3838
"mocha": "^11.0.0",
3939
"ts-node": "^10.9.1",
@@ -69,5 +69,5 @@
6969
"lint": "make lint",
7070
"test": "make test"
7171
},
72-
"version": "0.0.0"
72+
"version": "0.3.0"
7373
}

src/eo-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
*
77
* The value of this const is updated by the Makefile.
88
*/
9-
export const EoVersion = "0.0.0";
9+
export const EoVersion = "0.58.3";

0 commit comments

Comments
 (0)