Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Zettersten committed Oct 29, 2012
1 parent e1ba9f8 commit b7e786d
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ About
-----

+ **Author** : [Erik Zettersten](http://zettersten.com)
+ **Version** : 1.5.3
+ **Version** : 1.5.5
+ **URL** : https://github.com/erik5388/jquery.gracket.js

jquery.gracket.js loves all browsers
Expand Down
7 changes: 7 additions & 0 deletions jquery.gracket.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// jquery.gracket.js
// Erik M. Zettersten
// https://github.com/erik5388/jquery.gracket.js
// MIT
// Version 1.5.5


(function($) {
$.fn.gracket = function(method) {

Expand Down
2 changes: 2 additions & 0 deletions jquery.gracket.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 tests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Testing jQuery Gracket</title>
<title>Testing jQuery Gracket Version 1.5.5</title>

<!-- basic styles -->
<style type="text/css">
Expand Down
7 changes: 7 additions & 0 deletions tests/test.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
// jquery.gracket.js
// Erik M. Zettersten
// https://github.com/erik5388/jquery.gracket.js
// MIT
// Version 1.5.5


(function(win, doc, $){

var passes = 0;
Expand Down

0 comments on commit b7e786d

Please sign in to comment.