Skip to content

Commit

Permalink
Bump version to 1.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nventuro committed Feb 1, 2018
1 parent 0361cd9 commit e3c702d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "egglang",
"version": "1.0.0",
"version": "1.1.0",
"description": "Egg programming language.",
"main": "src/egg.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/egg.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function doREPL() {
process.exit(0);
});

console.log("Egg 1.0.0\n");
console.log("Egg 1.1.0\n");
rl.prompt();
}

Expand Down

0 comments on commit e3c702d

Please sign in to comment.