Skip to content

Commit c71bd0b

Browse files
author
mrmrs
committed
Update homepage with new version number and links
1 parent e9592b0 commit c71bd0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

+4-4
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.1.3</small>
33+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.2.0</small>
3434
</div>
3535
</a>
3636
</div>
@@ -95,7 +95,7 @@ <h1 class="f4 fw6 f1-ns lh-title measure mt0">
9595
</div>
9696
<div class="fl-l w-50-l tl tc-ns pt4 pt5-ns">
9797
<a class="fw6 dib ba b--black-20 bg-white-05 f5 ph4 pv3 link br2 black-70 grow" href="https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css">Download
98-
<code class="f6 fw4 di">v4.1.3</code>
98+
<code class="f6 fw4 di">v4.2.0</code>
9999
</a>
100100

101101

@@ -107,9 +107,9 @@ <h1 class="mtn f4 ttu tracked">Getting Started</h1>
107107
<p class="f5 measure lh-copy">
108108
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
109109
</p>
110-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.1.3/css/tachyons.min.css"/&gt;</code></pre>
110+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://unpkg.com/tachyons@4.2.0/css/tachyons.min.css"/&gt;</code></pre>
111111
<p class="mt4"><b>or</b> install via npm</p>
112-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">npm install --save-dev tachyons@4.1.3</code></pre>
112+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">npm install --save-dev tachyons@4.2.0</code></pre>
113113
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
114114
<pre class="pre" style="overflow: auto"><code class="code f6 dib pa2 bg-black-70 washed-green" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
115115
cd tachyons

0 commit comments

Comments
 (0)