Skip to content

Commit bdbb74f

Browse files
Bump version and improve package.json
1 parent bded7a8 commit bdbb74f

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jquery-nice-select",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"authors": [
55
"Hernán Sartorio <hello@hernansartorio.com>"
66
],

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h1>jQuery Nice Select</h1>
2222

2323
<p>A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.</p>
2424

25-
<a href="https://github.com/hernansartorio/jquery-nice-select/archive/v1.0.zip" class="button">Download</a>
25+
<a href="https://github.com/hernansartorio/jquery-nice-select/archive/v1.1.0.zip" class="button">Download</a>
2626
<a href="https://github.com/hernansartorio/jquery-nice-select" class="button light">View on GitHub</a>
2727
</div>
2828

@@ -168,7 +168,7 @@ <h2>Use responsibly</h2>
168168

169169
<p><a href="http://www.lukew.com/ff/entry.asp?1950">Dropdowns should be the UI of last resort.</a></p>
170170

171-
<a href="https://github.com/hernansartorio/jquery-nice-select/archive/v1.0.zip" class="button">Download</a>
171+
<a href="https://github.com/hernansartorio/jquery-nice-select/archive/v1.1.0.zip" class="button">Download</a>
172172
<a href="https://github.com/hernansartorio/jquery-nice-select" class="button light">View on GitHub</a>
173173

174174
<div class="credit">

js/jquery.nice-select.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* jQuery Nice Select - v1.0
1+
/* jQuery Nice Select - v1.1.0
22
https://github.com/hernansartorio/jquery-nice-select
33
Made by Hernán Sartorio */
44

package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
{
22
"name": "jquery-nice-select",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.",
5-
"main": "gulpfile.js",
6-
"dependencies": {},
5+
"main": "./js/jquery.nice-select.min.js",
6+
"dependencies": {
7+
"jquery": "^2.2.3"
8+
},
79
"devDependencies": {
810
"gulp": "^3.9.0",
911
"gulp-autoprefixer": "^3.1.0",

0 commit comments

Comments
 (0)