Skip to content

Commit ff711df

Browse files
author
mrmrs
committed
Update version number.
1 parent 0e71708 commit ff711df

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
3131
Tachyons
3232
<div class="dib">
33-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.1</small>
33+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.4</small>
3434
</div>
3535
</a>
3636
</div>
@@ -100,7 +100,7 @@ <h1 class="f4 f1-ns lh-title measure mtn">
100100
<div class="fl-l w-50-l tl tc-ns pt4 pt5-ns">
101101
<a class="dib ba b--black-20 bg-black-05 f5 small-caps ph4 pv3 link br2 white grow" href="https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css">Download Tachyons</a>
102102
<div class="tc-ns mt2">
103-
<code class="f6 di white-60 mono">v4.0.1</code>
103+
<code class="f6 di white-60 mono">v4.0.4</code>
104104
</div>
105105

106106

@@ -112,7 +112,7 @@ <h1 class="mtn f5 ttu">Getting Started</h1>
112112
<p class="measure lh-copy">
113113
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
114114
</p>
115-
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.1/css/tachyons.min.css"/&gt;</code></pre>
115+
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.4/css/tachyons.min.css"/&gt;</code></pre>
116116
<p class="mt4"><b>or</b> install via npm</p>
117117
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">npm install --save-dev tachyons@4.0.1</code></pre>
118118
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>

0 commit comments

Comments
 (0)