Skip to content

Commit 096266b

Browse files
committed
v0.7.0
1 parent 9761a32 commit 096266b

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

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.6.1/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.0/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.6.1",
4+
"version": "0.7.0",
55
"homepage": "http://github.hubspot.com/pace/docs/welcome",
66
"authors": [
77
"Zack Bloom <[email protected]>",

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.6.1/pace.min.js) and the
4+
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.7.0/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.6.1/pace.min.js">Pace.js</a></p>
443+
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.7.0/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>

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.6.1",
3+
"version": "0.7.0",
44
"description": "Automatic page load progress bar",
55
"authors": [
66
"Zack Bloom <[email protected]>",

0 commit comments

Comments
 (0)