Skip to content

Commit

Permalink
bump to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Pennebaker committed Oct 24, 2018
1 parent c322893 commit 4773978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

name = "tinyrick"
description = "a freeform Rust build system"
version = "0.0.2"
version = "0.0.3"
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,7 +1,7 @@
ULIMIT_S=$(shell ulimit -s 65532) # Work around https://github.com/rust-lang/rust/issues/52801

PACKAGE=tinyrick
VERSION=0.0.2
VERSION=0.0.3

ARCHIVE=$(PACKAGE)-$(VERSION).zip

Expand Down

0 comments on commit 4773978

Please sign in to comment.