Skip to content
This repository has been archived by the owner on Apr 2, 2019. It is now read-only.

Commit

Permalink
0.4.0 Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
zackbloom committed Oct 16, 2013
1 parent 1356d87 commit 1a6eade
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odometer",
"version": "0.3.6",
"version": "0.4.0",
"main": "odometer.js",
"ignore": [
"*",
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ All of [the themes](http://github.hubspot.com/odometer/api/themes/) can be resiz
Usage
-----

**The simplest possible usage is just including [the javascript](https://raw.github.com/HubSpot/odometer/v0.3.6/odometer.min.js) and a [theme css](http://github.hubspot.com/odometer/api/themes/)
**The simplest possible usage is just including [the javascript](https://raw.github.com/HubSpot/odometer/v0.4.0/odometer.min.js) and a [theme css](http://github.hubspot.com/odometer/api/themes/)
file on your page. Add the `odometer` class to any numbers you'd like to animate on change. You're done.**

Just set the `innerHTML`, `innerText`, or use jQuery's `.text()` or `.html()` methods to change their contents, and the animation
Expand Down
2 changes: 1 addition & 1 deletion docs/welcome/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<div class="section">
<div class="about-section">
<h1>How To Use</h1>
<p>Add the <a href="https://raw.github.com/HubSpot/odometer/v0.3.6/odometer.min.js">js</a> and a <a href="http://github.hubspot.com/odometer/api/themes/">theme file</a> to your page:</p>
<p>Add the <a href="https://raw.github.com/HubSpot/odometer/v0.4.0/odometer.min.js">js</a> and a <a href="http://github.hubspot.com/odometer/api/themes/">theme file</a> to your page:</p>
<pre class=" language-markup"><code class=" language-markup"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>link</span> <span class="token attr-name">rel</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>stylesheet<span class="token punctuation">"</span></span> <span class="token attr-name">href</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>odometer-theme-car.css<span class="token punctuation">"</span></span> <span class="token punctuation">/&gt;</span></span>
<span class="token script"><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;</span>script</span> <span class="token attr-name">src</span><span class="token attr-value"><span class="token punctuation">=</span><span class="token punctuation">"</span>odometer.js<span class="token punctuation">"</span></span><span class="token punctuation">&gt;</span></span><span class="token tag"><span class="token tag"><span class="token punctuation">&lt;/</span>script</span><span class="token punctuation">&gt;</span></span></span></code></pre>
<p>Any element with class name "odometer" will automatically be made into an Odometer! When you want to update the value, simply update it the same way you normally would.</p>
Expand Down
2 changes: 1 addition & 1 deletion odometer.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odometer",
"version": "0.3.6",
"version": "0.4.0",
"description": "Transition numbers with ease",
"authors": [
"Adam Schwartz <[email protected]>",
Expand Down

0 comments on commit 1a6eade

Please sign in to comment.