Skip to content

Commit 36a9be3

Browse files
committed
v0.4.16
1 parent 10b92fd commit 36a9be3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

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.min.js",
4-
"version": "0.4.15",
4+
"version": "0.4.16",
55
"homepage": "http://github.hubspot.com/pace/docs/welcome",
66
"authors": [
77
"Zack Bloom <zbloom@hubspot.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.4.15/pace.min.js) and the
4+
Include [pace.js](https://raw.github.com/HubSpot/pace/v0.4.16/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.15/pace.min.js">Pace.js</a></p>
436+
<p><a class="button" href="https://raw.github.com/HubSpot/pace/v0.4.16/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>

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.4.15",
3+
"version": "0.4.16",
44
"description": "Automatic page load progress bar",
55
"authors": [
66
"Zack Bloom <zbloom@hubspot.com>",

0 commit comments

Comments
 (0)