Skip to content

Commit

Permalink
Bumping 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Jun 28, 2014
1 parent 0837680 commit 46a9a57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

* `1.1.0`: added `walk()` and `tail()`, updated backward loops and fixed broken tests
* `1.0.0`: moving code base to Sass 3.3 + adding a Grunt workflow
* adding `explode`
* making use of `list-separator()` and `set-nth()`
Expand Down
2 changes: 1 addition & 1 deletion SassyLists.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
#s.files = ["readme.md"]

# CHANGELOG
s.files += ["CHANGELOG.md"]
s.files = ["CHANGELOG.md"]

# Library Files
s.files += Dir.glob("lib/**/*.*")
Expand Down
4 changes: 2 additions & 2 deletions lib/SassyLists.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
# Version is a number. If a version contains alphas, it will be created as a prerelease version
# Date is in the form of YYYY-MM-DD
module SassyLists
VERSION = "1.0.0"
DATE = "2014-03-09"
VERSION = "1.1.0"
DATE = "2014-06-28"
end

module Sass::Script::Functions
Expand Down

0 comments on commit 46a9a57

Please sign in to comment.