Skip to content

Commit

Permalink
Bump version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sorich87 committed Feb 22, 2014
1 parent d821e68 commit c6e12ab
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-tour",
"version": "0.9.0",
"version": "0.9.1",
"main": ["./build/js/bootstrap-tour.js", "./build/css/bootstrap-tour.css"],
"dependencies": {
"bootstrap": ">=2.3.2",
Expand Down
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.9.0
# bootstrap-tour - v0.9.1
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 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.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ===========================================================
# bootstrap-tour - v0.9.0
# bootstrap-tour - v0.9.1
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 Ulrich Sossou
Expand Down
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.9.0
# bootstrap-tour - v0.9.1
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 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.9.0
# bootstrap-tour - v0.9.1
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 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.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ===========================================================
# bootstrap-tour - v0.9.0
# bootstrap-tour - v0.9.1
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 Ulrich Sossou
Expand Down
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 docs/assets/css/bootstrap-tour.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ===========================================================
# bootstrap-tour - v0.9.0
# bootstrap-tour - v0.9.1
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 Ulrich Sossou
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/js/bootstrap-tour.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* ===========================================================
# bootstrap-tour - v0.9.0
# bootstrap-tour - v0.9.1
# http://bootstraptour.com
# ==============================================================
# Copyright 2012-2013 Ulrich Sossou
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.9.0",
"version": "0.9.1",
"keywords": [
"tour",
"bootstrap",
Expand Down

0 comments on commit c6e12ab

Please sign in to comment.