diff --git a/dist/cli.js b/dist/cli.js index acad3cd7..f4181e18 100644 --- a/dist/cli.js +++ b/dist/cli.js @@ -1,6 +1,6 @@ #!/usr/bin/env node /*! -CSSLint v1.0.0 +CSSLint v1.0.1 Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/dist/csslint-node.js b/dist/csslint-node.js index 00130c67..91d0f6a8 100644 --- a/dist/csslint-node.js +++ b/dist/csslint-node.js @@ -1,5 +1,5 @@ /*! -CSSLint v1.0.0 +CSSLint v1.0.1 Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -41,7 +41,7 @@ var CSSLint = (function() { embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//, api = new parserlib.util.EventTarget(); - api.version = "1.0.0"; + api.version = "1.0.1"; //------------------------------------------------------------------------- // Rule Management diff --git a/dist/csslint-rhino.js b/dist/csslint-rhino.js index ae984abc..cdeb51e8 100644 --- a/dist/csslint-rhino.js +++ b/dist/csslint-rhino.js @@ -1,5 +1,5 @@ /*! -CSSLint v1.0.0 +CSSLint v1.0.1 Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -7492,7 +7492,7 @@ var CSSLint = (function() { embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//, api = new parserlib.util.EventTarget(); - api.version = "1.0.0"; + api.version = "1.0.1"; //------------------------------------------------------------------------- // Rule Management diff --git a/dist/csslint-worker.js b/dist/csslint-worker.js index 2e84ceda..c1dd39a1 100644 --- a/dist/csslint-worker.js +++ b/dist/csslint-worker.js @@ -1,5 +1,5 @@ /*! -CSSLint v1.0.0 +CSSLint v1.0.1 Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -7488,7 +7488,7 @@ var CSSLint = (function() { embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//, api = new parserlib.util.EventTarget(); - api.version = "1.0.0"; + api.version = "1.0.1"; //------------------------------------------------------------------------- // Rule Management diff --git a/dist/csslint-wsh.js b/dist/csslint-wsh.js index 26a83cd3..79584268 100644 --- a/dist/csslint-wsh.js +++ b/dist/csslint-wsh.js @@ -1,5 +1,5 @@ /*! -CSSLint v1.0.0 +CSSLint v1.0.1 Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -7492,7 +7492,7 @@ var CSSLint = (function() { embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//, api = new parserlib.util.EventTarget(); - api.version = "1.0.0"; + api.version = "1.0.1"; //------------------------------------------------------------------------- // Rule Management diff --git a/dist/csslint.js b/dist/csslint.js index 5a47e29b..d6fa01b4 100644 --- a/dist/csslint.js +++ b/dist/csslint.js @@ -1,5 +1,5 @@ /*! -CSSLint v1.0.0 +CSSLint v1.0.1 Copyright (c) 2016 Nicole Sullivan and Nicholas C. Zakas. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy @@ -7492,7 +7492,7 @@ var CSSLint = (function() { embeddedRuleset = /\/\*\s*csslint([^\*]*)\*\//, api = new parserlib.util.EventTarget(); - api.version = "1.0.0"; + api.version = "1.0.1"; //------------------------------------------------------------------------- // Rule Management diff --git a/package.json b/package.json index 23745d60..9eb4ae94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csslint", - "version": "1.0.0", + "version": "1.0.1", "description": "CSSLint", "author": "Nicole Sullivan", "contributors": [