Skip to content

Commit bb47d87

Browse files
committed
Merge pull request #57 from alfredobarron/dev
Update 2.1.6
2 parents 3f3cda6 + 7439fff commit bb47d87

26 files changed

+385
-23
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ module.exports = function(grunt){
3737
compress: {
3838
main: {
3939
options: {
40-
archive: 'smoke-v2.1.5.zip'
40+
archive: 'smoke-v2.1.6.zip'
4141
},
4242
files: [
4343
//{src: ['path/*'], dest: 'internal_folder/', filter: 'isFile'}, // includes files in path

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
![Version](https://img.shields.io/github/release/alfredobarron/smoke.svg)
44
![Version](https://img.shields.io/bower/v/smoke.svg)
55
![Downloads](https://img.shields.io/github/downloads/alfredobarron/smoke/latest/total.svg)
6-
![Downloads](https://img.shields.io/github/downloads/alfredobarron/smoke/v2.1.4/total.svg)
7-
![Downloads](https://img.shields.io/github/downloads/alfredobarron/smoke/v2.1.3/total.svg)
8-
![Downloads](https://img.shields.io/github/downloads/alfredobarron/smoke/v2.1.2/total.svg)
6+
![Downloads](https://img.shields.io/github/downloads/alfredobarron/smoke/v2.1.5/total.svg)
97

108

119
Smoke is the most complete jQuery Plugin and designed for use with Bootstrap 3
@@ -55,6 +53,8 @@ Documentation can check the [http://alfredobarron.github.io/smoke/#/](http://alf
5553
##Community
5654

5755
- Join [the official Slack room](https://smokejs.slack.com).
56+
- Implementation help may be found at Stack Overflow (tagged [`smoke`](http://stackoverflow.com/questions/tagged/smoke)).
57+
5858

5959
##Creators
6060

@@ -66,6 +66,9 @@ Documentation can check the [http://alfredobarron.github.io/smoke/#/](http://alf
6666

6767
- [+MisaelRojas](https://plus.google.com/+MisaelRojas)
6868
- [@mostrosonido](https://twitter.com/mostrosonido)
69+
- [@sdhp](https://github.com/sdhp)
70+
- [@LespiletteMaxime](https://github.com/LespiletteMaxime)
71+
- [@druzza](https://github.com/druzza)
6972

7073

7174

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.1.5",
3+
"version": "2.1.6",
44
"description": "Smoke is the most complete jQuery Plugin and designed for use with Bootstrap 3",
55
"license": "LGPL",
66
"authors": [

dist/js/smoke.min.js

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

dist/lang/de.min.js

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)