Skip to content

Commit

Permalink
release: 0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jesselpalmer committed Dec 6, 2022
1 parent eefc556 commit 205a049
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-basic-lang",
"version": "0.0.9",
"version": "0.0.10",
"description": "BASIC interpreter",
"main": "./lib/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/shared/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const constants = {
},
Strings: {
Repl: {
WELCOME_MESSAGE: 'BASIC 0.0.9 (December 4, 2022)',
WELCOME_MESSAGE: 'BASIC 0.0.10 (December 6, 2022)',
PROMPT: '>>> ',
EXIT_MESSAGE: 'Have a great day :)'
}
Expand Down

0 comments on commit 205a049

Please sign in to comment.