Skip to content

Commit

Permalink
bump to v1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laander committed Jun 9, 2016
1 parent 72cdd47 commit 7956b66
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Circle CI](https://img.shields.io/circleci/project/timekit-io/booking-js.svg)](https://circleci.com/gh/timekit-io/booking-js)
[![Codacy Badge](https://api.codacy.com/project/badge/grade/feb445801acf454a95b1690a75959893)](https://www.codacy.com/app/laander/booking-js)

**Latest release:** [v1.8.1](https://github.com/timekit-io/booking-js/releases)
**Latest release:** [v1.8.2](https://github.com/timekit-io/booking-js/releases)

> Make a beautiful embeddable booking widget in minutes.
Expand Down
15 changes: 10 additions & 5 deletions dist/booking.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/booking.js.map

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/booking.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "timekit-booking",
"version": "1.8.1",
"version": "1.8.2",
"description": "Make a beautiful embeddable booking widget in minutes",
"main": "dist/booking.min.js",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions src/defaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ var primary = {
showCredits: true,
goToFirstEvent: true,
bookingGraph: 'instant',
possibleLengths: {
'Normal': '1 hour',
'Long': '2 hour'
},
bookingFields: {
name: {
placeholder: 'Full name',
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/*!
* Booking.js
* Version: 1.8.1
* Version: 1.8.2
* http://timekit.io
*
* Copyright 2015 Timekit, Inc.
Expand Down

0 comments on commit 7956b66

Please sign in to comment.