Skip to content

Commit

Permalink
set version to 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Feb 7, 2023
1 parent 11053fd commit 7f2d561
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 7 deletions.
24 changes: 18 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
{
"name": "eolang",
"version": "0.0.0",
"author": "Yegor Bugayenko",
"version": "0.12.0",
"author": "Yegor Bugayenko <yegor256@gmail.com> (https://www.yegor256.com/)",
"license": "MIT",
"repository": "objectionary/eoc",
"description": "A collection of command line tools for EOLANG: compiling, parsing, transpiling to other languages, optimizing, and analyzing",
"homepage": "https://github.com/objectionary/eoc",
"keywords": ["cli", "command", "compiler", "console", "terminal", "eoc", "objectionary", "oop"],
"author": "Yegor Bugayenko <yegor256@gmail.com> (https://www.yegor256.com/)",
"keywords": [
"cli",
"command",
"compiler",
"console",
"terminal",
"eoc",
"objectionary",
"oop"
],
"main": "eoc",
"bin": {
"eoc": "./src/eoc.js"
Expand All @@ -16,7 +24,11 @@
"node": ">6.0",
"npm": ">8.0"
},
"os": ["darwin", "linux", "win32"],
"os": [
"darwin",
"linux",
"win32"
],
"dependencies": {
"colors": "1.4.0",
"commander": "10.0.0",
Expand All @@ -30,7 +42,7 @@
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "24.0.1",
"grunt-mocha-cli": "7.0.0",
"mocha": "10.2.0"
"mocha": "^10.2.0"
},
"scripts": {
"test": "mocha --timeout 1200000"
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
* SOFTWARE.
*/

module.exports = '0.0.0';
module.exports = '0.12.0';

0 comments on commit 7f2d561

Please sign in to comment.