Skip to content

Commit

Permalink
Bump the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavrot committed Feb 28, 2024
1 parent 3e389fd commit 1026874
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "layout-cli"
version = "0.1.1"
version = "0.1.2"
authors = ["Nadav Rotem <nadav256@gmail.com>"]
edition = "2018"
description = "A graph visualization program"
Expand All @@ -25,7 +25,7 @@ bench = false
members = ["layout"]

[dependencies]
layout-rs = { path = "layout", features = ["log"], version = "0.1.1" }
layout-rs = { path = "layout", features = ["log"], version = "0.1.2" }
clap = "4.0.18"
log = "0.4.17"
env_logger = "0.9"
2 changes: 1 addition & 1 deletion layout/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "layout-rs"
version = "0.1.1"
version = "0.1.2"
authors = ["Nadav Rotem <nadav256@gmail.com>"]
edition = "2018"
description = "A graph visualization program"
Expand Down

0 comments on commit 1026874

Please sign in to comment.