Skip to content

Commit

Permalink
Release: Update version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timmywil committed Jul 1, 2014
1 parent 84bc463 commit f0ce95a
Show file tree
Hide file tree
Showing 4 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": "sizzle",
"version": "2.0.0-pre",
"version": "2.0.0",
"main": "./dist/sizzle.js",
"devDependencies": {
"qunit": "1.14.0",
Expand Down
2 changes: 1 addition & 1 deletion dist/sizzle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Sizzle CSS Selector Engine v2.0.0-pre
* Sizzle CSS Selector Engine v2.0.0
* http://sizzlejs.com/
*
* Copyright 2008, 2014 jQuery Foundation, Inc. and other contributors
Expand Down
2 changes: 1 addition & 1 deletion dist/sizzle.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sizzle",
"title": "Sizzle",
"description": "A pure-JavaScript, bottom-up CSS selector engine designed to be easily dropped in to a host library.",
"version": "2.0.0-pre",
"version": "2.0.0",
"homepage": "http://sizzlejs.com",
"main": "dist/sizzle.js",
"files": [
Expand Down

0 comments on commit f0ce95a

Please sign in to comment.