Skip to content

Commit c113b82

Browse files
committed
Merge pull request #75 from alfredobarron/dev
update version 2.2.4
2 parents 53ef1dd + 3f8b239 commit c113b82

26 files changed

+141
-23
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ module.exports = function(grunt){
3939
compress: {
4040
main: {
4141
options: {
42-
archive: 'smoke-v2.2.3.zip'
42+
archive: 'smoke-v2.2.4.zip'
4343
},
4444
files: [
4545
//{src: ['path/*'], dest: 'internal_folder/', filter: 'isFile'}, // includes files in path

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
![Version](https://img.shields.io/github/release/alfredobarron/smoke.svg)
44
![Version](https://img.shields.io/bower/v/smoke.svg)
5-
![Downloads](https://img.shields.io/github/downloads/alfredobarron/smoke/latest/total.svg)
65

76

87
Smoke is the most complete jQuery Plugin and designed for use with Bootstrap 3
@@ -33,6 +32,8 @@ Several quick start options are available:
3332
- [Download the latest release](https://github.com/alfredobarron/smoke/archive/master.zip)
3433
- Clone the repo: `git clone https://github.com/alfredobarron/smoke.git`.
3534
- Install with [Bower](http://bower.io/): `bower install smoke`.
35+
- Install with [npm](https://www.npmjs.com): `npm install smokejs`.
36+
3637

3738
Read the [Getting started page](http://alfredobarron.github.io/smoke/#/getting-started) for information on the plugin contents.
3839

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "smoke",
3-
"version": "2.2.3",
3+
"version": "2.2.4",
44
"description": "Smoke is the most complete jQuery Plugin and designed for use with Bootstrap 3",
55
"license": "LGPL",
66
"authors": [

dist/css/smoke.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168
top: 0;
169169
width: 100%;
170170
height: 100%;
171-
z-index: 9999;
171+
z-index: 2050;
172172
}
173173
.smk-btn-group-panel-title{
174174
top:-22px;

dist/css/smoke.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)