Skip to content

Commit 7cd379f

Browse files
committed
Slap a 1.0.0 down on this thang
1 parent 93ce6ea commit 7cd379f

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.5.6/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/v1.0.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.5.6",
4+
"version": "1.0.0",
55
"homepage": "http://github.hubspot.com/pace/docs/welcome",
66
"authors": [
77
"Zack Bloom <zackbloom@gmail.com>",

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.5.6/pace.min.js">Pace.js</a></p>
443+
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v1.0.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.5.6",
3+
"version": "1.0.0",
44
"description": "Automatic page load progress bar",
55
"authors": [
66
"Zack Bloom <zackbloom@gmail.com>",

0 commit comments

Comments
 (0)