diff --git a/CHANGELOG.md b/CHANGELOG.md index aea92bf..20a9265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## v0.1.0 +## v0.1.1 - Renamed package to `sass-system` - Minimum dart-sass version is now 1.55.0 diff --git a/README.md b/README.md index acd4917..90b36cf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ This was inspired by similar utility-first CSS frameworks such as Tailwind and T If you don't need any customization and want to start using the utility classes right away, you can link directly to the default build in your HTML: ```html - + ``` If you want to customize your build, you'll need to install sass-system into your project using one of these methods: diff --git a/package.json b/package.json index 22e29d2..9a45037 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sass-system", - "version": "0.1.0", + "version": "0.1.1", "description": "A style system generator and utility-first CSS framework", "license": "MIT", "author": "Maur & Co.",