Skip to content
This repository was archived by the owner on Jul 10, 2024. It is now read-only.

Commit 3eaff38

Browse files
author
rawls238
committed
bump version
1 parent e9f580f commit 3eaff38

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Click Install to see a live preview of Offline on your website.
2626
Manual Installation
2727
-------------------
2828

29-
Include [the javascript](https://raw.github.com/HubSpot/offline/v0.7.13/offline.min.js), one of [the themes](http://github.hubspot.com/offline/docs/welcome/), and one of [the
29+
Include [the javascript](https://raw.github.com/HubSpot/offline/v0.7.14/offline.min.js), one of [the themes](http://github.hubspot.com/offline/docs/welcome/), and one of [the
3030
languages](https://github.com/HubSpot/offline/tree/master/themes) on your site. You're done!
3131

3232
To use only the JavaScript API without a UI indicator, simply leave out the CSS file.

Diff for: bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offline",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"homepage": "http://github.hubspot.com/offline/docs/welcome",
55
"authors": [
66
"Zack Bloom <zackbloom@gmail.com>",

Diff for: docs/welcome/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ <h2>Install</h2>
355355
<br/>
356356
<br/>
357357
<h2>Download</h2>
358-
<p><a class="button" href="https://raw.github.com/HubSpot/offline/v0.7.13/offline.min.js">Offline.js</a></p>
358+
<p><a class="button" href="https://raw.github.com/HubSpot/offline/v0.7.14/offline.min.js">Offline.js</a></p>
359359
<br/>
360360
<h2>Pick a Theme</h2>
361361
<div class="themes full-themes"></div>

Diff for: offline.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! offline-js 0.7.13 */
1+
/*! offline-js 0.7.14 */
22
(function() {
33
var Offline, checkXHR, defaultOptions, extendNative, grab, handlers, init;
44
extendNative = function(to, from) {

Diff for: offline.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "offline-js",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"description": "Automatically detect when a browser is offline",
55
"authors": [
66
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",

0 commit comments

Comments
 (0)