Skip to content

Commit 5a4ec63

Browse files
committed
chore(release): v0.1.5
1 parent 160d945 commit 5a4ec63

File tree

3 files changed

+3
-3
lines changed

3 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tuigram"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
edition = "2024"
55
repository = "https://github.com/preiter93/tuigram"
66
keywords = ["tui", "diagram", "sequence", "draw"]

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
packages = {
2424
tuigram = pkgs.rustPlatform.buildRustPackage {
2525
pname = "tuigram";
26-
version = "0.1.4";
26+
version = "0.1.5";
2727
src = ./.;
2828
cargoLock.lockFile = ./Cargo.lock;
2929

0 commit comments

Comments
 (0)