Skip to content

Commit

Permalink
version bump in file and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lunelson committed Sep 30, 2014
1 parent c5bda31 commit eec7f76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion _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
Expand Down

0 comments on commit eec7f76

Please sign in to comment.