Skip to content

Commit 718473b

Browse files
author
mrmrs
committed
Regenerate header
1 parent 121e00d commit 718473b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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",

src/templates/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<a href="/" class="dib f5 f4-ns fw6 mt0 mb1 link black-70" title="Home">
55
Tachyons
66
<div class="dib">
7-
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.8.1</small>
7+
<small class="nowrap f6 mt2 mt3-ns pr2 black-70 fw2">v4.9.0</small>
88
</div>
99
</a>
1010
</div>

0 commit comments

Comments
 (0)