From b149cb3484b32e484ba707b45f58cd2173b2287d Mon Sep 17 00:00:00 2001 From: ConnorSkees <39542938+ConnorSkees@users.noreply.github.com> Date: Mon, 25 May 2020 16:26:31 -0400 Subject: [PATCH] bump version to 0.8.3 --- Cargo.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 0e90f30..7d39116 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "grass" -version = "0.8.2" +version = "0.8.3" description = "SASS compiler" readme = "README.md" license = "MIT" diff --git a/README.md b/README.md index a0e2dd8..a0dd471 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,8 @@ a bug except for in the following situations: `grass` experimentally releases a [WASM version of the library to npm](https://www.npmjs.com/package/@connorskees/grass), -compiled using wasm-bindgen. To use `grass` in your JavaScript projects, just add -`"@connorskees/grass": "^0.8.2"` to your package.json. Better documentation +compiled using wasm-bindgen. To use `grass` in your JavaScript projects, just run +`npm install @connorskees/grass` to your package.json. Better documentation for this version will be provided when the library becomes more stable. ## Status