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

Commit 58fcb90

Browse files
committed
Re-release due to bad version errors in the last few commits (Fast-forwarding to v0.7.11)
1 parent d9d8fd9 commit 58fcb90

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Improve the experience of your app when your users lose connection.
1717
Installing
1818
----------
1919

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

2323
If you'd like to get a peek at how it looks on your site, disconnect your internet, or try out the [simulator](http://craigshoemaker.github.io/offlinejs-simulate-ui/).

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.8",
3+
"version": "0.7.11",
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
@@ -349,7 +349,7 @@ <h2>What is Offline.js?</h2>
349349
<p style="text-align: left">It has a number of beautiful themes and requires no configuration.</p>
350350
<br/>
351351
<h2>Download</h2>
352-
<p><a class="button" href="https://raw.github.com/HubSpot/offline/v0.7.8/offline.min.js">Offline.js</a></p>
352+
<p><a class="button" href="https://raw.github.com/HubSpot/offline/v0.7.11/offline.min.js">Offline.js</a></p>
353353
<br/>
354354
<h2>Pick a Theme</h2>
355355
<div class="themes full-themes"></div>

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",
3-
"version": "0.7.8",
3+
"version": "0.7.11",
44
"description": "Automatically detect when a browser is offline",
55
"authors": [
66
"Adam Schwartz <adam.flynn.schwartz@gmail.com>",

0 commit comments

Comments
 (0)