Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jun 6, 2014
1 parent 4a38038 commit 9f7175c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass.js",
"version": "0.3.0",
"version": "0.4.0",
"main": [
"./dist/sass.min.js",
"./dist/sass.worker.js"
Expand Down
2 changes: 1 addition & 1 deletion dist/sass.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! sass.js - v0.0.0 - 2014-06-06 */
/*! sass.js - v0.4.0 - 2014-06-06 */
(function (root, factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
Expand Down
2 changes: 1 addition & 1 deletion dist/sass.worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! sass.js - v0.0.0 - web worker - 2014-06-06 */(function (root, factory) {
/*! sass.js - v0.4.0 - web worker - 2014-06-06 */(function (root, factory) {
'use strict';
if (typeof define === 'function' && define.amd) {
// AMD. Register as an anonymous module.
Expand Down
2 changes: 1 addition & 1 deletion dist/worker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! sass.js - v0.0.0 - web worker - 2014-06-06 */'use strict';
/*! sass.js - v0.4.0 - web worker - 2014-06-06 */'use strict';
/*global Sass, postMessage, onmessage:true, importScripts*/
importScripts('sass.min.js');

Expand Down
2 changes: 1 addition & 1 deletion dist/worker.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sass.js",
"version": "0.3.0",
"version": "0.4.0",
"title": "Sass.js - API for emscripted libsass",
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
"homepage": "http://medialize.github.com/sass.js/",
Expand Down Expand Up @@ -49,7 +49,7 @@
"grunt-mocha-test": "~0.8.1",
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"node-sass": "~0.8.1",
"benchmark": "~1.0.0"
Expand Down

0 comments on commit 9f7175c

Please sign in to comment.