Skip to content

Commit e8bcb9a

Browse files
committed
4.9.0
1 parent 121e00d commit e8bcb9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ <h1 class="f4 fw6 f1-ns lh-title measure mt0">
119119
<a
120120
class="f6 f5-ns fw6 dib ba b--black-20 bg-blue white ph3 ph4-ns pv2 pv3-ns br2 grow no-underline"
121121
href="https://raw.githubusercontent.com/tachyons-css/tachyons/master/css/tachyons.min.css">
122-
Download <code class="f6 fw4 di">v4.8.1</code>
122+
Download <code class="f6 fw4 di">v4.9.0</code>
123123
</a>
124124
</div>
125125
</div>
@@ -131,9 +131,9 @@ <h1 class="mt0 f5 f3-ns">Getting Started</h1>
131131
<p class="f5 measure lh-copy">
132132
Copy the line of code below and paste it in the head of the html file(s) you want to include tachyons in.
133133
</p>
134-
<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.8.1/css/tachyons.min.css"/&gt;</code></pre>
134+
<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.9.0/css/tachyons.min.css"/&gt;</code></pre>
135135
<p class="mt4"><b>or</b> install via npm</p>
136-
<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.8.1</code></pre>
136+
<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.9.0</code></pre>
137137
<p class="mt4"><b>or</b> grab all the source files and build+develop locally</p>
138138
<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
139139
cd tachyons

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tachyons-css.github.io",
3-
"version": "4.8.0",
3+
"version": "4.9.0",
44
"description": "Documentation for Tachyons -- a performant, mobile-first, and 100% responsive modular css framework.",
55
"main": "index.html",
66
"scripts": {
@@ -36,7 +36,7 @@
3636
"url": "https://github.com/tachyons-css/tachyons-css.github.io/issues"
3737
},
3838
"dependencies": {
39-
"tachyons": "^4.8.0",
39+
"tachyons": "^4.9.0",
4040
"tachyons-background-size": "^5.0.5",
4141
"tachyons-base": "^1.2.6",
4242
"tachyons-border-colors": "^4.2.3",

0 commit comments

Comments
 (0)