diff --git a/Cargo.toml b/Cargo.toml index cb41074..517aea6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "lamm" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "MIT" description = "a simple, functional paradigm programming language which uses Polish notation" repository = "https://github.com/minneelyyyy/lamm" [dependencies] -regex = "1.11" \ No newline at end of file +regex = "1.11"