Skip to content

Commit

Permalink
Bump to 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
okcoker committed Dec 2, 2017
1 parent 9058802 commit 4edd063
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taggle",
"version": "1.12.0",
"version": "1.13.0",
"homepage": "http://sean.is/poppin/tags",
"authors": [
"Sean Coker <sean@seancoker.com>"
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": "taggle",
"version": "1.12.0",
"version": "1.13.0",
"description": "Taggle is a dependency-less tagging library",
"author": "Sean Coker <sean@seancoker.com>",
"url": "http://sean.is/poppin/tags",
Expand Down
4 changes: 3 additions & 1 deletion src/taggle.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
/* !
* @author Sean Coker <sean@seancoker.com>
* @version 1.12.0
* @version 1.13.0
* @url http://sean.is/poppin/tags
* @license MIT
* @description Taggle is a dependency-less tagging library
*/

// @todo remove bower from next major version

(function(root, factory) {
'use strict';
var libName = 'Taggle';
Expand Down

0 comments on commit 4edd063

Please sign in to comment.