Skip to content

Commit

Permalink
bump version to v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
codfish committed Jun 23, 2015
1 parent c4cc015 commit 7958e94
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.6.2

- small readme changes
- update bower jquery dependancy version

# v0.6.1

- add .npmignore file so dist folder isn't ignored by npm
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jQuery Data Remote is a plugin that simplifies the common task of making api/rem
* [npm](http://npmjs.org/package/jquery-data-remote): `npm install --save jquery-data-remote`
* [Bower](http://bower.io/): `bower install --save jquery-data-remote`
* [cdnjs](https://cdnjs.com/libraries/jquery-data-remote)
* [Download](https://github.com/codonnell822/jquery-data-remote/archive/v0.6.1.zip).
* [Download](https://github.com/codonnell822/jquery-data-remote/archive/v0.6.2.zip).

## Options

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-data-remote",
"version": "0.6.1",
"version": "0.6.2",
"homepage": "https://github.com/codonnell822/jquery-data-remote",
"authors": [
"Chris O'Donnell <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-data-remote",
"version": "0.6.1",
"version": "0.6.2",
"description": "jQuery Data Remote is a plugin that simplifies the common task of making api/remote requests and injecting the response to the page. Optionally leverages Handlebars.js for templating.",
"main": "dist/jquery.data-remote.min.js",
"scripts": {
Expand Down

0 comments on commit 7958e94

Please sign in to comment.