Skip to content

Commit

Permalink
Bump v1.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsn4ik committed Sep 1, 2014
1 parent 363d76c commit ebb3f5f
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ _gh_pages
# Folders to ignore
docs

.npmignore
.travis.yml
bower.json
Gruntfile.js
bower.json
_config.yml
composer.json
9 changes: 3 additions & 6 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-submenu",
"version": "1.1.7",
"version": "1.1.8",
"description": "Bootstrap Sub-Menus",
"keywords": [
"bootstrap",
Expand All @@ -27,11 +27,8 @@
"Gruntfile.js",
"README.md",
"_config.yml",
"composer.json",
"package.json"
],
"license": "MIT",
"dependencies": {
"bootstrap": ">= 3.0.0",
"jquery": ">= 1.9.0"
}
"license": "MIT"
}
2 changes: 1 addition & 1 deletion dist/css/bootstrap-submenu.css

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

2 changes: 1 addition & 1 deletion dist/css/bootstrap-submenu.min.css

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

2 changes: 1 addition & 1 deletion dist/js/bootstrap-submenu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-submenu v1.1.7 (http://vsn4ik.github.io/bootstrap-submenu)
* Bootstrap-submenu v1.1.8 (http://vsn4ik.github.io/bootstrap-submenu)
* Copyright 2014 Vasily A. (https://github.com/vsn4ik)
* Licensed under MIT (https://github.com/vsn4ik/bootstrap-submenu/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/bootstrap-submenu.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 docs/dist/css/bootstrap-submenu.css

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

2 changes: 1 addition & 1 deletion docs/dist/css/bootstrap-submenu.min.css

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

2 changes: 1 addition & 1 deletion docs/dist/js/bootstrap-submenu.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap-submenu v1.1.7 (http://vsn4ik.github.io/bootstrap-submenu)
* Bootstrap-submenu v1.1.8 (http://vsn4ik.github.io/bootstrap-submenu)
* Copyright 2014 Vasily A. (https://github.com/vsn4ik)
* Licensed under MIT (https://github.com/vsn4ik/bootstrap-submenu/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion docs/dist/js/bootstrap-submenu.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": "bootstrap-submenu",
"version": "1.1.7",
"version": "1.1.8",
"description": "Bootstrap Sub-Menus",
"keywords": [
"bootstrap",
Expand Down

0 comments on commit ebb3f5f

Please sign in to comment.