Skip to content

Commit

Permalink
0.7.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
fatrex committed Nov 19, 2014
1 parent 7c20266 commit bbcdcfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-goup",
"version": "0.6.0",
"version": "0.7.0",
"homepage": "https://github.com/Ryuk87/jquery-goup",
"description": "A simple jQuery plugin that let users go back to the top of a web page.",
"main": "./src/jquery.goup.js",
Expand Down
2 changes: 1 addition & 1 deletion goup.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"backtotop",
"scrolltotop"
],
"version": "0.6.0",
"version": "0.7.0",
"author": {
"name": "Daniele Lenares",
"url": "https://github.com/Ryuk87"
Expand Down
4 changes: 2 additions & 2 deletions jquery.goup.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 src/jquery.goup.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
*
* Version 0.6.0
* Version 0.7.0
*
*/
(function ( $ ) {
Expand Down

0 comments on commit bbcdcfe

Please sign in to comment.