Skip to content

Commit 71ee211

Browse files
author
mrmrs
committed
Update templates with version number
1 parent 2590e30 commit 71ee211

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/templates/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70 dim" title="Home">
44
Tachyons
55
<div class="dib">
6-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.29</small>
6+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.0.0-beta.31</small>
77
</div>
88
</a>
99
</div>

src/templates/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ <h1>Getting Started</h1>
3333
<p class="measure lh-copy">
3434
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
3535
</p>
36-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.29/css/tachyons.min.css"&gt;</code></pre>
36+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">&lt;link rel="stylesheet" href="https://npmcdn.com/tachyons@4.0.0-beta.31/css/tachyons.min.css"&gt;</code></pre>
3737
<p class="mt4"><b>or</b> install via npm</p>
38-
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons@4.0.0-beta.29</code></pre>
38+
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">npm install --save-dev tachyons@4.0.0-beta.31</code></pre>
3939
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
4040
<pre class="pre black-70" style="overflow: auto"><code class="code f6 dib pa2 bg-near-white" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
4141
cd tachyons

0 commit comments

Comments
 (0)