Skip to content

Commit

Permalink
Bump version to fix Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
lcdsantos committed Apr 23, 2015
1 parent f9ab860 commit 54ed7dd
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jquery-selectric",
"description": "Fast, simple and light jQuery plugin to customize HTML selects",
"version": "1.9.2",
"version": "1.9.3",
"keywords": [
"select",
"selectbox",
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": "selectric",
"version": "1.9.2",
"version": "1.9.3",
"title": "jQuery Selectric",
"author": {
"name": "Leonardo Santos",
Expand Down
2 changes: 1 addition & 1 deletion public/jquery.selectric.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* /,'
* /'
*
* Selectric Ϟ v1.9.2 (Apr 07 2015) - http://lcdsantos.github.io/jQuery-Selectric/
* Selectric Ϟ v1.9.3 (Apr 23 2015) - http://lcdsantos.github.io/jQuery-Selectric/
*
* Copyright (c) 2015 Leonardo Santos; Dual licensed: MIT/GPL
*
Expand Down
2 changes: 1 addition & 1 deletion public/jquery.selectric.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion public/selectric.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*======================================
Selectric v1.9.2
Selectric v1.9.3
======================================*/
.selectric-wrapper {
position: relative;
Expand Down

0 comments on commit 54ed7dd

Please sign in to comment.