From aa8372deda7442027c3ae43e4d8783f4c3ee9b92 Mon Sep 17 00:00:00 2001 From: Jim Campbell Date: Mon, 9 May 2022 15:35:59 -0500 Subject: [PATCH] Updates for Bulma 0.9.4 See the Bulma 0.9.4 release notes: https://github.com/jgthms/bulma/releases/tag/0.9.4 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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": {