Skip to content
This repository has been archived by the owner on Mar 5, 2021. It is now read-only.

Commit

Permalink
Bumped version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KittyGiraudel committed Jun 4, 2016
1 parent 1b0f393 commit 1d484c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SassyCast",
"version": "1.1.1",
"version": "2.0.0",
"homepage": "https://github.com/HugoGiraudel/SassyCast",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions lib/SassyCast.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 SassyCast
VERSION = "1.1.1"
DATE = "2014-12-31"
VERSION = "2.0.0"
DATE = "2016-06-03"
end

module Sass::Script::Functions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "SassyCast",
"name": "SassyCast",
"version": "1.1.2",
"version": "2.0.0",
"description": "A Sass API data type conversion.",
"scripts": {
"test": "mocha test/index.js",
Expand Down

0 comments on commit 1d484c8

Please sign in to comment.