Skip to content

Commit bda7c56

Browse files
author
Zack Bloom
committed
Update version in docs
1 parent 588c771 commit bda7c56

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pace
33

44
An automatic web page progress bar.
55

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

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

@@ -21,6 +21,3 @@ If you use AMD or Browserify, require pace.js and call `pace.start()` as early i
2121
<link href="/pace/themes/pace-theme-barber-shop.css" rel="stylesheet" />
2222
</head>
2323
```
24-
25-
![Analytics](https://ga-beacon.appspot.com/UA-45159009-2/pace/readme?pixel)
26-

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.4.17/pace.min.js) and the
4+
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.5.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
@@ -433,7 +433,7 @@ <h2>What is Pace?</h2>
433433
<p style="text-align: left">No need to hook into any of your code, progress is detected automatically.</p>
434434
<br/>
435435
<h2>Download</h2>
436-
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.4.17/pace.min.js">Pace.js</a></p>
436+
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.5.1/pace.min.js">Pace.js</a></p>
437437
<br/>
438438
<h2>Themes</h2>
439439
<label class="color-label" for="color-select">Enter a color:</label>

0 commit comments

Comments
 (0)