From 555c2ca5a8b29ebe5ec7274059b5585a87af2cfc Mon Sep 17 00:00:00 2001 From: Andrew Pennebaker Date: Sat, 8 Apr 2023 22:45:25 -0500 Subject: [PATCH] bump to v0.0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 109aef2..a32afce 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unmake" description = "a makefile linter" -version = "0.0.1" +version = "0.0.2" authors = ["Andrew Pennebaker "] license = "BSD-2-Clause" homepage = "https://github.com/mcandre/unmake"