Skip to content

Commit

Permalink
Prepare for 2.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Smithett committed Aug 4, 2014
1 parent ef4a615 commit e022521
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "viewloader",
"main": "viewloader.js",
"version": "0.0.3",
"version": "2.0.0",
"homepage": "https://github.com/bensmithett/viewloader",
"authors": [
"Ben Smithett <[email protected]>"
Expand Down
1 change: 0 additions & 1 deletion viewloader.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// viewloader 0.0.3
(function(root, factory) {
root.viewloader = factory({},(root.jQuery || root.Zepto || root.$)); // Browser global
}(this, function(viewloader,$) {
Expand Down

0 comments on commit e022521

Please sign in to comment.