Skip to content

Commit

Permalink
set version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed May 31, 2024
1 parent 3911eb5 commit 14a1b3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion eo2js-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eo2js-runtime",
"version": "0.0.0",
"version": "0.0.6",
"description": "JavaScript runtime for EOLANG",
"keywords": [],
"author": "Max Trunnikov <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion eo2js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eo2js",
"version": "0.0.0",
"version": "0.0.6",
"description": "EOLANG to JavaScript translator",
"main": "eo2js",
"bin": {
Expand Down
4 changes: 2 additions & 2 deletions eo2js/src/version.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// The values here are replaced automatically by the .rultor.yml script,
// at the "release" pipeline:
module.exports = {
what: '0.0.0',
when: '0000-00-00'
what: '0.0.6',
when: '2024-05-31'
};
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"test": "npm run test-eo2js && npm run test-eo2js-runtime"
},
"author": "maxonfjvipon",
"license": "MIT"
"license": "MIT",
"dependencies": {
"mocha": "^10.4.0"
}
}

0 comments on commit 14a1b3a

Please sign in to comment.