Skip to content

Commit

Permalink
Bump version and improve package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hernansartorio committed May 9, 2016
1 parent bded7a8 commit bdbb74f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jquery-nice-select",
"version": "1.0.0",
"version": "1.1.0",
"authors": [
"Hernán Sartorio <[email protected]>"
],
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>jQuery Nice Select</h1>

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

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

Expand Down Expand Up @@ -168,7 +168,7 @@ <h2>Use responsibly</h2>

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

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

<div class="credit">
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.nice-select.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* jQuery Nice Select - v1.0
/* jQuery Nice Select - v1.1.0
https://github.com/hernansartorio/jquery-nice-select
Made by Hernán Sartorio */

Expand Down
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
{
"name": "jquery-nice-select",
"version": "1.0.0",
"version": "1.1.0",
"description": "A lightweight jQuery plugin that replaces native select elements with customizable dropdowns.",
"main": "gulpfile.js",
"dependencies": {},
"main": "./js/jquery.nice-select.min.js",
"dependencies": {
"jquery": "^2.2.3"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
Expand Down

0 comments on commit bdbb74f

Please sign in to comment.