Skip to content

Commit 54ed7dd

Browse files
committed
Bump version to fix Bower
1 parent f9ab860 commit 54ed7dd

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "jquery-selectric",
33
"description": "Fast, simple and light jQuery plugin to customize HTML selects",
4-
"version": "1.9.2",
4+
"version": "1.9.3",
55
"keywords": [
66
"select",
77
"selectbox",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selectric",
3-
"version": "1.9.2",
3+
"version": "1.9.3",
44
"title": "jQuery Selectric",
55
"author": {
66
"name": "Leonardo Santos",

public/jquery.selectric.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* /,'
1010
* /'
1111
*
12-
* Selectric Ϟ v1.9.2 (Apr 07 2015) - http://lcdsantos.github.io/jQuery-Selectric/
12+
* Selectric Ϟ v1.9.3 (Apr 23 2015) - http://lcdsantos.github.io/jQuery-Selectric/
1313
*
1414
* Copyright (c) 2015 Leonardo Santos; Dual licensed: MIT/GPL
1515
*

public/jquery.selectric.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/selectric.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*======================================
2-
Selectric v1.9.2
2+
Selectric v1.9.3
33
======================================*/
44
.selectric-wrapper {
55
position: relative;

0 commit comments

Comments
 (0)