Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benitolopez committed Aug 3, 2022
1 parent ce912dd commit 1d23662
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<h1>Hotel Datepicker</h1>
<p>A pure Javascript date range picker for hotels.</p>

<a class="button button--download" href="https://github.com/benitolopez/hotel-datepicker/archive/4.3.1.zip">Download</a>
<a class="button button--download" href="https://github.com/benitolopez/hotel-datepicker/archive/4.3.2.zip">Download</a>

<ul class="social">
<li class="social__item"><a class="social__link" href="https://github.com/benitolopez/hotel-datepicker">View on Github</a></li>
Expand Down
2 changes: 1 addition & 1 deletion dist/js/hotel-datepicker.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! hotel-datepicker 4.3.1 - Copyright 2022 Benito Lopez (http://lopezb.com) - https://github.com/benitolopez/hotel-datepicker - MIT */
/*! hotel-datepicker 4.3.2 - Copyright 2022 Benito Lopez (http://lopezb.com) - https://github.com/benitolopez/hotel-datepicker - MIT */
var HotelDatepicker = (function () {
'use strict';

Expand Down
2 changes: 1 addition & 1 deletion dist/js/hotel-datepicker.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": "hotel-datepicker",
"version": "4.3.1",
"version": "4.3.2",
"author": "Benito Lopez (http://lopezb.com)",
"license": "MIT",
"description": "Date range picker for hotels",
Expand Down

0 comments on commit 1d23662

Please sign in to comment.