Skip to content

Commit

Permalink
Release 1.2.12, fix bower version and add npm package
Browse files Browse the repository at this point in the history
  • Loading branch information
aterrien committed Nov 3, 2015
1 parent a157416 commit fa1c321
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "aterrien/jQuery-Knob",
"version": "1.2.11",
"version": "1.2.12",
"main": "js/jquery.knob.js",
"description": "Nice, downward compatible, touchable, jQuery dial.",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.knob.js
Expand Up @@ -2,7 +2,7 @@
/**
* Downward compatible, touchable dial
*
* Version: 1.2.11
* Version: 1.2.12
* Requires: jQuery v1.7+
*
* Copyright (c) 2012 Anthony Terrien
Expand Down
2 changes: 1 addition & 1 deletion knob.jquery.json
Expand Up @@ -9,7 +9,7 @@
"ui",
"input"
],
"version": "1.2.11",
"version": "1.2.12",
"author": {
"name": "Anthony Terrien",
"url": "https://github.com/aterrien"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "jquery-knob",
"version": "1.2.11",
"version": "1.2.12",
"description": "Nice, downward compatible, touchable, jQuery dial",
"main": "dist/jquery.knob.min.js",
"scripts": {
Expand Down

0 comments on commit fa1c321

Please sign in to comment.