Skip to content

Commit 205a049

Browse files
committed
release: 0.0.10
1 parent eefc556 commit 205a049

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-basic-lang",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "BASIC interpreter",
55
"main": "./lib/index.js",
66
"scripts": {

src/shared/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const constants = {
55
},
66
Strings: {
77
Repl: {
8-
WELCOME_MESSAGE: 'BASIC 0.0.9 (December 4, 2022)',
8+
WELCOME_MESSAGE: 'BASIC 0.0.10 (December 6, 2022)',
99
PROMPT: '>>> ',
1010
EXIT_MESSAGE: 'Have a great day :)'
1111
}

0 commit comments

Comments
 (0)