diff --git a/README.md b/README.md index e51160a..d99cdc4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is a port of the [Bulma](https://bulma.io/) project SASS files to the SCSS syntax. -Currently, these files are based on Bulma version 0.9.3, and will be updated +Currently, these files are based on Bulma version 0.9.4, and will be updated with later releases. The files are converted to SCSS with [this script](https://gist.github.com/j1mc/ff1ff83e277b1e221761fc0c0ee3b164). diff --git a/package.json b/package.json index a720f8c..044ced5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bulma-scss", - "version": "0.9.3", + "version": "0.9.4", "description": "The Bulma CSS Framework files converted to SCSS syntax", "main": "bulma.scss", "scripts": {