Skip to content

Commit

Permalink
1upped semver and minified js
Browse files Browse the repository at this point in the history
  • Loading branch information
jellekralt committed May 4, 2015
1 parent 2346de4 commit 99ad80c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Responsive-Tabs.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"ui",
"widget"
],
"version": "1.4.4",
"version": "1.4.5",
"author": {
"name": "Jelle Kralt",
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "responsive-tabs",
"version": "1.4.4",
"version": "1.4.5",
"main": "js/jquery.responsiveTabs.js",
"ignore": [
".jshintrc",
Expand Down
4 changes: 1 addition & 3 deletions js/jquery.responsiveTabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Project: jquery.responsiveTabs.js
* Description: A plugin that creates responsive tabs, optimized for all devices
* Author: Jelle Kralt ([email protected])
* Version: 1.4.4
* Version: 1.4.5
* License: MIT
*/

Expand Down Expand Up @@ -308,8 +308,6 @@
// Open the initial tab
this._openTab(e, startTab); // Open first tab
}


}
};

Expand Down
4 changes: 2 additions & 2 deletions js/jquery.responsiveTabs.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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "responsive-tabs",
"version": "1.4.4",
"version": "1.4.5",
"author": "Jelle Kralt <[email protected]>",
"description": "jQuery plugin that provides responsive tab functionality. The tabs transform to an accordion when it reaches a CSS breakpoint.",
"contributors": [
Expand Down

0 comments on commit 99ad80c

Please sign in to comment.