Skip to content

Commit

Permalink
Release 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sorich87 committed Sep 30, 2017
1 parent 6f4215f commit 1a06475
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/css/bootstrap-tour-standalone.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-tour - v0.11.0
* bootstrap-tour - v0.12.0
* http://bootstraptour.com
* ========================================================================
* Copyright 2012-2015 Ulrich Sossou
Expand Down
2 changes: 1 addition & 1 deletion build/css/bootstrap-tour-standalone.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 build/css/bootstrap-tour.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-tour - v0.11.0
* bootstrap-tour - v0.12.0
* http://bootstraptour.com
* ========================================================================
* Copyright 2012-2015 Ulrich Sossou
Expand Down
2 changes: 1 addition & 1 deletion build/js/bootstrap-tour-standalone.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-tour - v0.11.0
* bootstrap-tour - v0.12.0
* http://bootstraptour.com
* ========================================================================
* Copyright 2012-2015 Ulrich Sossou
Expand Down
2 changes: 1 addition & 1 deletion build/js/bootstrap-tour-standalone.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 build/js/bootstrap-tour.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 gulpfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ gulp.task 'watch', ['connect'], ->
gulp.task 'bump', ['test'], ->
bumpType = $.util.env.type || 'patch'

return gulp.src(['./package.json', './smart.json'])
gulp.src(['./package.json', './smart.json'])
.pipe $.bump(type: bumpType)
.pipe gulp.dest('./')

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "bootstrap-tour",
"description": "Quick and easy way to build your product tours with Bootstrap Popovers.",
"version": "0.11.0",
"version": "0.12.0",
"keywords": [
"tour",
"bootstrap",
Expand Down
2 changes: 1 addition & 1 deletion smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Quick and easy way to build your product tours with Bootstrap Popovers.",
"homepage": "http://bootstraptour.com",
"author": "Ulrich Sossou <[email protected]> (http://ulrichsossou.com)",
"version": "0.11.0",
"version": "0.12.0",
"git": "https://github.com/sorich87/bootstrap-tour.git",
"packages": {}
}
2 changes: 1 addition & 1 deletion test/bootstrap-tour.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ========================================================================
* bootstrap-tour - v0.11.0
* bootstrap-tour - v0.12.0
* http://bootstraptour.com
* ========================================================================
* Copyright 2012-2015 Ulrich Sossou
Expand Down

0 comments on commit 1a06475

Please sign in to comment.