Skip to content

Commit

Permalink
Bumped version to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Jun 8, 2016
1 parent a07f017 commit e83f3c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Changelog

* `2.2.5`: changing C-style comments to inline comments
* `2.2.4`: fixing a documentation error
* `2.2.3`: adding examples to documentation
* `2.2.2`: fixing a bug with aliases for `sl-to-list()` and moved all comments to C-like
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SassyLists",
"version": "2.2.4",
"version": "2.2.5",
"homepage": "https://github.com/at-import/SassyLists",
"authors": [
"Hugo Giraudel"
Expand Down
4 changes: 2 additions & 2 deletions lib/SassyLists.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# 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 = "2.2.4"
DATE = "2014-09-09"
VERSION = "2.2.5"
DATE = "2016-06-08"
end

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "SassyLists",
"title": "SassyLists",
"version": "2.2.4",
"version": "2.2.5",
"description": "A Sass API for lists.",
"scripts": {
"test": "grunt test"
Expand Down

0 comments on commit e83f3c2

Please sign in to comment.