Skip to content

Commit 0176f23

Browse files
author
mrmrs
committed
Update the version number in the templates to 4.1.0
1 parent 9283c3a commit 0176f23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.5</small>
6+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.1.0</small>
77
</div>
88
</a>
99
</div>

src/templates/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h1 class="f4 f1-ns lh-title measure mtn">
5959
<div class="fl-l w-50-l tl tc-ns pt4 pt5-ns">
6060
<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>
6161
<div class="tc-ns mt2">
62-
<code class="f6 di white-60 mono">v4.0.5</code>
62+
<code class="f6 di white-60 mono">v4.1.0</code>
6363
</div>
6464

6565

@@ -71,9 +71,9 @@ <h1 class="mtn f4 ttu tracked">Getting Started</h1>
7171
<p class="f5 measure lh-copy">
7272
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
7373
</p>
74-
<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.5/css/tachyons.min.css"/&gt;</code></pre>
74+
<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.1.0/css/tachyons.min.css"/&gt;</code></pre>
7575
<p class="mt4"><b>or</b> install via npm</p>
76-
<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>
76+
<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.1.0</code></pre>
7777
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
7878
<pre class="pre white-70" style="overflow: auto"><code class="code f6 dib pa2 bg-black-20" style="font-size: 14px;">git clone git@github.com:tachyons-css/tachyons.git
7979
cd tachyons

0 commit comments

Comments
 (0)