Skip to content

Commit fa1c321

Browse files
committed
Release 1.2.12, fix bower version and add npm package
1 parent a157416 commit fa1c321

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "aterrien/jQuery-Knob",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"main": "js/jquery.knob.js",
55
"description": "Nice, downward compatible, touchable, jQuery dial.",
66
"license": "MIT",

js/jquery.knob.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Downward compatible, touchable dial
44
*
5-
* Version: 1.2.11
5+
* Version: 1.2.12
66
* Requires: jQuery v1.7+
77
*
88
* Copyright (c) 2012 Anthony Terrien

knob.jquery.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ui",
1010
"input"
1111
],
12-
"version": "1.2.11",
12+
"version": "1.2.12",
1313
"author": {
1414
"name": "Anthony Terrien",
1515
"url": "https://github.com/aterrien"

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-knob",
3-
"version": "1.2.11",
3+
"version": "1.2.12",
44
"description": "Nice, downward compatible, touchable, jQuery dial",
55
"main": "dist/jquery.knob.min.js",
66
"scripts": {

0 commit comments

Comments
 (0)