From eec7f763b5d11d5ab192c6f9ed15253106ccbd4e Mon Sep 17 00:00:00 2001 From: Lu Nelson Date: Tue, 30 Sep 2014 15:38:37 +0200 Subject: [PATCH] version bump in file and readme --- README.md | 1 + _sass-list-maps.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ad9511c..07df853 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ These functions provide a forward-compatible polyfill for SassScript `map` (hash #### Updates +* 1.0.0 -- bumping for now, as there are no new features/issues * 1.0.0-b3 -- altered use of `list-map-check()` in `map-get()` and `map-get-z()` functions, to avoid double-wrapped-output edge case * 1.0.0-b2 -- updated `map-remove()` function to allow removing multiple keys; conformant to ruby-sass 3.4. * 1.0.0-b -- preparing for 1.0; added npm distribution and newly commented source code thanks to Hugo Giraudel. Next version will use SassDoc-style comments. diff --git a/_sass-list-maps.scss b/_sass-list-maps.scss index ca7a376..0470754 100644 --- a/_sass-list-maps.scss +++ b/_sass-list-maps.scss @@ -1,4 +1,4 @@ -// Sass List-Maps 1.0.0-b3 +// Sass List-Maps 1.0.0 // a libsass polyfill for rubysass "maps" data-type -- using lists // by @lunelson // MIT License