Skip to content

Commit 1a06475

Browse files
committed
Release 0.12.0
1 parent 6f4215f commit 1a06475

10 files changed

+10
-10
lines changed

build/css/bootstrap-tour-standalone.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* bootstrap-tour - v0.11.0
2+
* bootstrap-tour - v0.12.0
33
* http://bootstraptour.com
44
* ========================================================================
55
* Copyright 2012-2015 Ulrich Sossou

build/css/bootstrap-tour-standalone.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.

build/css/bootstrap-tour.min.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* bootstrap-tour - v0.11.0
2+
* bootstrap-tour - v0.12.0
33
* http://bootstraptour.com
44
* ========================================================================
55
* Copyright 2012-2015 Ulrich Sossou

build/js/bootstrap-tour-standalone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* bootstrap-tour - v0.11.0
2+
* bootstrap-tour - v0.12.0
33
* http://bootstraptour.com
44
* ========================================================================
55
* Copyright 2012-2015 Ulrich Sossou

build/js/bootstrap-tour-standalone.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.

build/js/bootstrap-tour.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.

gulpfile.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ gulp.task 'watch', ['connect'], ->
201201
gulp.task 'bump', ['test'], ->
202202
bumpType = $.util.env.type || 'patch'
203203

204-
return gulp.src(['./package.json', './smart.json'])
204+
gulp.src(['./package.json', './smart.json'])
205205
.pipe $.bump(type: bumpType)
206206
.pipe gulp.dest('./')
207207

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-tour",
33
"description": "Quick and easy way to build your product tours with Bootstrap Popovers.",
4-
"version": "0.11.0",
4+
"version": "0.12.0",
55
"keywords": [
66
"tour",
77
"bootstrap",

smart.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Quick and easy way to build your product tours with Bootstrap Popovers.",
44
"homepage": "http://bootstraptour.com",
55
"author": "Ulrich Sossou <[email protected]> (http://ulrichsossou.com)",
6-
"version": "0.11.0",
6+
"version": "0.12.0",
77
"git": "https://github.com/sorich87/bootstrap-tour.git",
88
"packages": {}
99
}

test/bootstrap-tour.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* ========================================================================
2-
* bootstrap-tour - v0.11.0
2+
* bootstrap-tour - v0.12.0
33
* http://bootstraptour.com
44
* ========================================================================
55
* Copyright 2012-2015 Ulrich Sossou

0 commit comments

Comments
 (0)