Skip to content

Commit

Permalink
set version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Dec 26, 2022
1 parent 84df632 commit c75cef6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
18 changes: 13 additions & 5 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.10.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 @@ -25,7 +33,7 @@
"grunt-contrib-clean": "2.0.1",
"grunt-eslint": "24.0.1",
"grunt-mocha-cli": "7.0.0",
"mocha": "10.1.0"
"mocha": "^10.1.0"
},
"scripts": {
"test": "mocha --timeout 120000"
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.10.0';

0 comments on commit c75cef6

Please sign in to comment.