Skip to content

Commit f4b6cbf

Browse files
committed
chore: bump up version to 0.1.1
1 parent 0a08e44 commit f4b6cbf

File tree

2 files changed

+5
-5
lines changed

2 files changed

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

1111
[dependencies]
1212
chrono = "0.4"

0 commit comments

Comments
 (0)