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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rawls238 committed Aug 26, 2015
1 parent e9f580f commit 3eaff38
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Click Install to see a live preview of Offline on your website.
Manual Installation
-------------------

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
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
languages](https://github.com/HubSpot/offline/tree/master/themes) on your site. You're done!

To use only the JavaScript API without a UI indicator, simply leave out the CSS file.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offline",
"version": "0.7.13",
"version": "0.7.14",
"homepage": "http://github.hubspot.com/offline/docs/welcome",
"authors": [
"Zack Bloom <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion docs/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ <h2>Install</h2>
<br/>
<br/>
<h2>Download</h2>
<p><a class="button" href="https://raw.github.com/HubSpot/offline/v0.7.13/offline.min.js">Offline.js</a></p>
<p><a class="button" href="https://raw.github.com/HubSpot/offline/v0.7.14/offline.min.js">Offline.js</a></p>
<br/>
<h2>Pick a Theme</h2>
<div class="themes full-themes"></div>
Expand Down
2 changes: 1 addition & 1 deletion offline.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! offline-js 0.7.13 */
/*! offline-js 0.7.14 */
(function() {
var Offline, checkXHR, defaultOptions, extendNative, grab, handlers, init;
extendNative = function(to, from) {
Expand Down
2 changes: 1 addition & 1 deletion offline.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "offline-js",
"version": "0.7.13",
"version": "0.7.14",
"description": "Automatically detect when a browser is offline",
"authors": [
"Adam Schwartz <[email protected]>",
Expand Down

0 comments on commit 3eaff38

Please sign in to comment.