Skip to content

Commit

Permalink
Bumped to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rmm5t committed Feb 29, 2016
1 parent 4e73514 commit f985941
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-flexselect",
"version": "0.7.0",
"version": "0.8.0",
"main": "jquery.flexselect.js",
"ignore": [
"test",
Expand Down
2 changes: 1 addition & 1 deletion flexselect.jquery.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flexselect",
"version": "0.7.0",
"version": "0.8.0",
"title": "jQuery Flexselect",
"author": {
"name": "Ryan McGeary",
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
};

$(document).ready(function() {
download_url = "http://jquery-flexselect.s3.amazonaws.com/jquery.flexselect-0.7.0.zip";
download_url = "http://jquery-flexselect.s3.amazonaws.com/jquery.flexselect-0.8.0.zip";
$("a.download").attr("href", download_url);

var president = $("select#president");
Expand Down

0 comments on commit f985941

Please sign in to comment.