Skip to content

Commit 76936dc

Browse files
committed
Bump version to 0.9.3
1 parent e7b8d61 commit 76936dc

12 files changed

+12
-12
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-tour",
3-
"version": "0.9.2",
3+
"version": "0.9.3",
44
"main": [
55
"./build/js/bootstrap-tour.js",
66
"./build/js/bootstrap-tour-standalone.js",

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.9.2
2+
# bootstrap-tour - v0.9.3
33
# http://bootstraptour.com
44
# ==============================================================
55
# Copyright 2012-2013 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.css

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

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.9.2
2+
# bootstrap-tour - v0.9.3
33
# http://bootstraptour.com
44
# ==============================================================
55
# Copyright 2012-2013 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.9.2
2+
# bootstrap-tour - v0.9.3
33
# http://bootstraptour.com
44
# ==============================================================
55
# Copyright 2012-2013 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.js

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

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.

docs/assets/css/bootstrap-tour.css

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

docs/assets/js/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.9.2
2+
# bootstrap-tour - v0.9.3
33
# http://bootstraptour.com
44
# ==============================================================
55
# Copyright 2012-2013 Ulrich Sossou

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.9.2",
4+
"version": "0.9.3",
55
"keywords": [
66
"tour",
77
"bootstrap",

0 commit comments

Comments
 (0)