Skip to content

Commit

Permalink
v2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wbotelhos committed Oct 25, 2018
1 parent e28bc9f commit 6787323
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
"license": "MIT",
"main": "lib/jquery.raty.js",
"name": "raty",
"version": "2.8.0"
"version": "2.9.0"
}
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# jQuery Raty - A Star Rating Plugin - http://wbotelhos.com/raty

## 2.9.0

### Changes

+ Drops `engines` from `package.json` for a greater flexibility;

## 2.8.0

### News
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h1><a href="/raty">jQuery Raty</a></h1>
</div>

<nav role="navigation" class="navigation">
<a href="http://github.com/wbotelhos/archive/2.8.0.zip" class="download" title="Download version 2.7.0"><i class="i-file-zip"></i> v2.8.0</a>
<a href="http://github.com/wbotelhos/archive/2.9.0.zip" class="download" title="Download version 2.7.0"><i class="i-file-zip"></i> v2.9.0</a>
<a href="http://github.com/wbotelhos/raty" class="i-github" target="blank" title="Github &lt;http://github.com/wbotelhos/raty&gt;"></a>
<a href="http://wbotelhos.com/labs" class="labs i-labs" target="blank" title="Labs &lt;http://wbotelhos.com/labs&gt;"></a>

Expand Down
2 changes: 1 addition & 1 deletion lib/jquery.raty.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
* author: Washington Botelho
* github: wbotelhos/raty
* version: 2.8.0
* version: 2.9.0
*
*/

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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 @@ -56,5 +56,5 @@
"scripts": {
"test": "node_modules/karma/bin/karma start karma.conf.js"
},
"version": "2.8.0"
"version": "2.9.0"
}

0 comments on commit 6787323

Please sign in to comment.