Skip to content

Commit

Permalink
set version to 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed May 13, 2022
1 parent 2ae493c commit 432c2dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 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.3",
"author": "Yegor Bugayenko",
"license": "MIT",
"repository": "objectionary/eoc",
Expand All @@ -18,7 +18,7 @@
"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"
}
}
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.3';

0 comments on commit 432c2dc

Please sign in to comment.