Skip to content

Commit

Permalink
Add order to install options v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
adamschwartz committed Dec 12, 2014
1 parent 096266b commit 6ecca7c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pace

An automatic web page progress bar.

Include [pace.js](https://raw.github.com/HubSpot/pace/v0.7.0/pace.min.js) and a [theme](http://github.hubspot.com/pace/docs/welcome/) of your choice to your page and you are done!
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.7.1/pace.min.js) and a [theme](http://github.hubspot.com/pace/docs/welcome/) of your choice to your page and you are done!

Pace will automatically monitor your Ajax requests, event loop lag, document ready state and elements on your page to decide on the progress.

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PACE",
"main": "pace.js",
"version": "0.7.0",
"version": "0.7.1",
"homepage": "http://github.hubspot.com/pace/docs/welcome",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pace
====

Include [pace.js](https://raw.github.com/HubSpot/pace/v0.7.0/pace.min.js) and the
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.7.1/pace.min.js) and the
[theme](http://github.hubspot.com/pace/docs/welcome/) css of your choice on your page
(as early as is possible), and you're done!

Expand Down
2 changes: 1 addition & 1 deletion docs/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h2>Install</h2>
<br/>
<h2>Download</h2>
<p>If you’re a developer, download Pace directly here:</p>
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.7.0/pace.min.js">Pace.js</a></p>
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.7.1/pace.min.js">Pace.js</a></p>
<br/>
<h2>Themes</h2>
<label class="color-label" for="color-select">Enter a color:</label>
Expand Down
3 changes: 3 additions & 0 deletions install.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"options": {
"properties": {
"color": {
"order": 0,
"title": "Color",
"type": "string",
"enum": [
Expand Down Expand Up @@ -50,6 +51,7 @@
"default": "blue"
},
"theme": {
"order": 1,
"title": "Theme",
"type": "string",
"enum": [
Expand Down Expand Up @@ -87,6 +89,7 @@
"default": "barber-shop"
},
"hidePage": {
"order": 2,
"title": "Hide everything but PACE until the page has fully loaded",
"type": "boolean",
"default": false
Expand Down
2 changes: 1 addition & 1 deletion pace.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": "pace",
"version": "0.7.0",
"version": "0.7.1",
"description": "Automatic page load progress bar",
"authors": [
"Zack Bloom <zackbloom@gmail.com>",
Expand Down

0 comments on commit 6ecca7c

Please sign in to comment.