From fce74d4013f453ebccb22ef8d2bd77ac91ea67d2 Mon Sep 17 00:00:00 2001 From: Connor Skees Date: Sat, 15 Aug 2020 22:25:31 -0400 Subject: [PATCH] bump version to 0.10.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7046ee3..e7536d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.10.2" +version = "0.10.3" description = "A near-feature-complete Sass compiler written purely in Rust" readme = "README.md" license = "MIT"