Skip to content

Commit 6ecca7c

Browse files
committed
Add order to install options v0.7.1
1 parent 096266b commit 6ecca7c

7 files changed

Lines changed: 9 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ pace
77

88
An automatic web page progress bar.
99

10-
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!
10+
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!
1111

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

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PACE",
33
"main": "pace.js",
4-
"version": "0.7.0",
4+
"version": "0.7.1",
55
"homepage": "http://github.hubspot.com/pace/docs/welcome",
66
"authors": [
77
"Zack Bloom <zackbloom@gmail.com>",

docs/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pace
22
====
33

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

docs/welcome/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ <h2>Install</h2>
440440
<br/>
441441
<h2>Download</h2>
442442
<p>If you’re a developer, download Pace directly here:</p>
443-
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.7.0/pace.min.js">Pace.js</a></p>
443+
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.7.1/pace.min.js">Pace.js</a></p>
444444
<br/>
445445
<h2>Themes</h2>
446446
<label class="color-label" for="color-select">Enter a color:</label>

install.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"options": {
2222
"properties": {
2323
"color": {
24+
"order": 0,
2425
"title": "Color",
2526
"type": "string",
2627
"enum": [
@@ -50,6 +51,7 @@
5051
"default": "blue"
5152
},
5253
"theme": {
54+
"order": 1,
5355
"title": "Theme",
5456
"type": "string",
5557
"enum": [
@@ -87,6 +89,7 @@
8789
"default": "barber-shop"
8890
},
8991
"hidePage": {
92+
"order": 2,
9093
"title": "Hide everything but PACE until the page has fully loaded",
9194
"type": "boolean",
9295
"default": false

pace.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pace",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Automatic page load progress bar",
55
"authors": [
66
"Zack Bloom <zackbloom@gmail.com>",

0 commit comments

Comments
 (0)