Skip to content

Commit 025db27

Browse files
committed
Bumping version for next release
1 parent d377d0a commit 025db27

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rusty_basic"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = ["Nikolaos Georgiou <[email protected]>"]
55
edition = "2018"
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ The primary goal is to have an interpreter compatible with QBasic.
1111
- Be able to interpret the sample
1212
[TODO.BAS](https://github.com/ngeor/kamino/blob/trunk/dockerfiles/basic/basic/rest-qb/TODO.BAS)
1313
from my
14-
[basic Docker project](https://github.com/ngeor/kamino/tree/trunk/dockerfiles/basic).
14+
[basic Docker project](https://github.com/ngeor/kamino/tree/trunk/dockerfiles/basic)
1515
16-
- Be able to interpret `MONEY.BAS` from QBasic.
16+
- Be able to interpret `MONEY.BAS` (an original demo program from QBasic) ✅
1717

1818
Secondary goals:
1919

0 commit comments

Comments
 (0)