Skip to content

Commit

Permalink
Release v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Lenares committed Aug 31, 2017
1 parent a1db8f5 commit df02522
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
### Changelog

#### v1.1.3 (08-31-2017)
* Added ESLint check
* Some code refactoring

#### v1.1.2 (08-09-2017)
* Some code refactoring

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ Yeah! You can see a live demo here: http://dnlnrs.github.io/jquery-goup/
| `zIndex` | Set the z-index | Integer | 1 |

### Changelog
#### v1.1.3 (08-31-2017)
* Added ESLint check
* Some code refactoring

#### v1.1.2 (08-09-2017)
* Some code refactoring

Expand All @@ -51,9 +55,6 @@ Yeah! You can see a live demo here: http://dnlnrs.github.io/jquery-goup/
* Added `zIndex` parameter
* Some code refactoring

#### v1.0.0 (11-19-2014)
* Added button size

For more changelog info check the `CHANGELOG.md` file.

### License and Copyright
Expand Down
4 changes: 2 additions & 2 deletions dist/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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-goup",
"version": "1.1.2",
"version": "1.1.3",
"description": "A simple jQuery plugin that let users go back to the top of a web page.",
"homepage": "https://github.com/dnlnrs/jquery-goup",
"author": "Daniele Lenares <[email protected]> (https://github.com/dnlnrs)",
Expand Down
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 1.1.2
* Version 1.1.3
*
*/
(function ($) {
Expand Down

0 comments on commit df02522

Please sign in to comment.