From 073a1e04bbecb7b7b01c4052f128eaed12af6365 Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Wed, 1 Apr 2020 17:54:17 -0400 Subject: [PATCH] bump version to 0.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8477dca..d7194ed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.4.0" +version = "0.5.0" description = "SASS compiler" readme = "README.md" license = "MIT"