Skip to content

Commit

Permalink
Bumped the version number
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Apr 5, 2015
1 parent 34325e9 commit 959d600
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
This file contains highlights of what changes on each version of the [Akismet.js](https://www.npmjs.com/package/akismet-js) library.

#### Version 0.5.2
- Upgraded the package dependencies.

#### Version 0.5.1
- Upgraded the package dependencies.

Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "MIT",
"main": "./index",
"name": "akismet-js",
"version": "0.5.1",
"version": "0.5.2",
"bin": {
"akismet": "./bin/cli.js"
},
Expand Down Expand Up @@ -53,7 +53,8 @@
"unused": true,
"globals": {
"describe": false,
"it": false
"it": false,
"Promise": false
}
},
"keywords": [
Expand Down
8 changes: 4 additions & 4 deletions www/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,15 +142,15 @@ <h3 class="panel-title"><i class="fa fa-download"></i> Downloads</h3>
</div>

<div class="list-group">
<a href="https://bitbucket.org/cedx/akismet.js/downloads/akismet.js-0.5.1.zip" class="list-group-item">
<span class="label label-info pull-right">0.5.1</span>
<a href="https://bitbucket.org/cedx/akismet.js/downloads/akismet.js-0.5.2.zip" class="list-group-item">
<span class="label label-info pull-right">0.5.2</span>
NPM package
</a>
<a href="https://bitbucket.org/cedx/akismet.js/get/v0.5.1.zip" class="list-group-item">
<a href="https://bitbucket.org/cedx/akismet.js/get/v0.5.2.zip" class="list-group-item">
<span class="label label-default pull-right">ZIP</span>
Source code
</a>
<a href="https://bitbucket.org/cedx/akismet.js/get/v0.5.1.tar.gz" class="list-group-item">
<a href="https://bitbucket.org/cedx/akismet.js/get/v0.5.2.tar.gz" class="list-group-item">
<span class="label label-default pull-right">TAR.GZ</span>
Source code
</a>
Expand Down
8 changes: 4 additions & 4 deletions www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -214,15 +214,15 @@ <h3 class="panel-title"><i class="fa fa-download"></i> Downloads</h3>
</div>

<div class="list-group">
<a href="https://bitbucket.org/cedx/akismet.js/downloads/akismet.js-0.5.1.zip" class="list-group-item">
<span class="label label-info pull-right">0.5.1</span>
<a href="https://bitbucket.org/cedx/akismet.js/downloads/akismet.js-0.5.2.zip" class="list-group-item">
<span class="label label-info pull-right">0.5.2</span>
NPM package
</a>
<a href="https://bitbucket.org/cedx/akismet.js/get/v0.5.1.zip" class="list-group-item">
<a href="https://bitbucket.org/cedx/akismet.js/get/v0.5.2.zip" class="list-group-item">
<span class="label label-default pull-right">ZIP</span>
Source code
</a>
<a href="https://bitbucket.org/cedx/akismet.js/get/v0.5.1.tar.gz" class="list-group-item">
<a href="https://bitbucket.org/cedx/akismet.js/get/v0.5.2.tar.gz" class="list-group-item">
<span class="label label-default pull-right">TAR.GZ</span>
Source code
</a>
Expand Down

0 comments on commit 959d600

Please sign in to comment.