Skip to content

Commit 53dd458

Browse files
committed
chore: bump up version to 0.1.2
1 parent 8e97251 commit 53dd458

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "stacky"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
description = "Stacky Programming Language"
66
authors = ["nuskey"]
77
license = "MIT"
88
repository = "https://github.com/stacky-language/stacky"
9-
include = ["/Cargo.toml", "./LICENSE", "./README.md", "/src/**"]
9+
include = ["/Cargo.toml", "LICENSE", "README.md", "/src/**"]
1010

1111
[dependencies]
1212
chrono = "0.4"

0 commit comments

Comments
 (0)