Skip to content

Commit

Permalink
bump to v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Apr 5, 2023
1 parent a95a3b0 commit f07535b
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.10"
version = "0.0.11"
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 Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.PHONY: all lint build install test clean

BANNER=tinyrick-0.0.10
BANNER=tinyrick-0.0.11

all: build

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ description = "hyperadvanced derpmobiles"
version = "3.1.4"

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

[features]
letmeout = ["tinyrick"]
Expand Down

0 comments on commit f07535b

Please sign in to comment.