Skip to content

Commit

Permalink
Bump version number to 0.3.1, update changelog in README
Browse files Browse the repository at this point in the history
  • Loading branch information
James Warwood committed Apr 23, 2016
1 parent 7abf00d commit 351aff0
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -335,6 +335,7 @@ See [CONTRIBUTING.md](https://github.com/jwarby/jquery-awesome-cursor/blob/maste

## Release History

- `v0.3.1` - `23rd Apr 2016` - Hotfix - change TravisCI node test versions to v4 and v5; add dotfiles back into bower ignore field
- `v0.3.0` - `23rd Apr 2016` - Make FontAwesome an optional dependency ([#21](https://github.com/jwarby/jquery-awesome-cursor/issues/21)); add an .npmignore file, update bower ignore field; updated devDependencies
- `v0.2.0` - `28th Mar 2016` - Bug fix for certain icons getting clipped when used as a cursor ([#19](https://github.com/jwarby/jquery-awesome-cursor/issues/19))
- `v0.1.5` - ` 9th Dec 2015` - Add `main` to package.json, allowing plugin to be used properly when installed via npm and used with tools such as Browserify
Expand Down
2 changes: 1 addition & 1 deletion _unified_manifest.json
@@ -1,6 +1,6 @@
{
"name": "jquery-awesome-cursor",
"version": "0.3.0",
"version": "0.3.1",
"description": "jQuery plugin for using FontAwesome icons as custom CSS cursors",
"keywords": [
"jquery-plugin",
Expand Down
5 changes: 3 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "jquery-awesome-cursor",
"version": "0.3.0",
"version": "0.3.1",
"description": "jQuery plugin for using FontAwesome icons as custom CSS cursors",
"keywords": [
"jquery-plugin",
Expand Down Expand Up @@ -28,7 +28,8 @@
"package.json",
"_unified_manifest.json",
"Gruntfile.js",
"karma.conf.js"
"karma.conf.js",
"**/.*"
],
"dependencies": {
"jquery": "2.x"
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.awesome-cursor.js
@@ -1,4 +1,4 @@
/*! jquery-awesome-cursor - v0.3.0 - 2016-04-23
/*! jquery-awesome-cursor - v0.3.1 - 2016-04-23
* https://jwarby.github.io/jquery-awesome-cursor
* Copyright (c) 2016 ; Licensed MIT */
;(function(global, factory) {
Expand Down
2 changes: 1 addition & 1 deletion dist/jquery.awesome-cursor.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
@@ -1,6 +1,6 @@
{
"name": "jquery-awesome-cursor",
"version": "0.3.0",
"version": "0.3.1",
"description": "jQuery plugin for using FontAwesome icons as custom CSS cursors",
"keywords": [
"jquery-plugin",
Expand Down

0 comments on commit 351aff0

Please sign in to comment.