Skip to content

Commit

Permalink
bump to v0.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Jan 5, 2024
1 parent 1bed7e5 commit bf44614
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "tinyrick"
description = "a freeform Rust build system"
version = "0.0.12"
version = "0.0.13"
authors = ["Andrew Pennebaker <andrew.pennebaker@gmail.com>"]
license = "BSD-2-Clause"
homepage = "https://github.com/mcandre/tinyrick"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ description = "hyperadvanced derpmobiles"
version = "3.1.4"

[dependencies]
tinyrick = { version = "0.0.11", optional = true }
tinyrick = { version = "0.0.13", optional = true }

[features]
letmeout = ["tinyrick"]
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
publish \
clean

BANNER=tinyrick-0.0.11
BANNER=tinyrick-0.0.13

all: build

Expand Down

0 comments on commit bf44614

Please sign in to comment.