Skip to content

Commit

Permalink
Changed version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Palmr committed Nov 19, 2015
1 parent e0b28a5 commit f9dbe7b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-tagger",
"version": "0.7.0",
"version": "0.7.1",
"description": "jQuery plugin to turn a HTML select into an auto-suggesting, tagging widget",
"main": "src/jquery.tagger.js",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions src/jquery.tagger.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* jQuery UI Tagger
*
* @version v0.7.0 (11/2015)
* @version v0.7.1 (11/2015)
*
* Copyright 2015, Fivium Ltd.
* Released under the BSD 3-Clause license.
Expand Down Expand Up @@ -60,7 +60,7 @@
* @memberOf jQuery.widget.ui
* @param {object} options - Must pass in the available tags and optionally
* other information also
* @version 0.7.0
* @version 0.7.1
* @license http://github.com/fivium/jquery-tagger/blob/master/LICENSE
* @copyright Fivium ltd.
* @author Nick Palmer
Expand Down
2 changes: 1 addition & 1 deletion tagger.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"tagger",
"tag"
],
"version": "0.7.0",
"version": "0.7.1",
"author": {
"name": "Nick Palmer",
"url": "http://fivium.co.uk/",
Expand Down

0 comments on commit f9dbe7b

Please sign in to comment.