Skip to content

Commit

Permalink
set version to 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed May 13, 2022
1 parent 8d1b3e6 commit 1079065
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eolang",
"version": "0.0.0",
"version": "0.0.2",
"author": "Yegor Bugayenko",
"license": "MIT",
"repository": "objectionary/eoc",
Expand All @@ -16,7 +16,10 @@
"grunt-contrib-clean": "2.0.0",
"grunt-eslint": "21.0.0",
"grunt-mocha-test": "0.13.3",
"mocha": "10.0.0",
"mocha": "^10.0.0",
"mochawesome": "7.1.3"
},
"dependencies": {
"dev": "^0.1.3"
}
}
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
* SOFTWARE.
*/

module.exports = '0.0.0';
module.exports = '0.0.2';

0 comments on commit 1079065

Please sign in to comment.