Skip to content

Commit 3b3d4e0

Browse files
author
mrmrs
committed
Update version number
1 parent ddf5a79 commit 3b3d4e0

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tachyons-css.github.io",
3-
"version": "4.5.5",
3+
"version": "4.6.1",
44
"description": "Documentation for Tachyons -- a performant, mobile-first, and 100% responsive modular css framework.",
55
"main": "index.html",
66
"scripts": {

src/templates/docs/text-transform/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3 class="f5 mb4 pb2 bb">Examples</h3>
4040
<code class="f6 db"> &lt;p class="ttu tracked"&gt;Uppercase&lt;/p&gt; </code>
4141
<p class="fw4 ttu tracked mb0">Uppercase</p>
4242

43-
<code class="f6 db mt4"> &lt;p class="ttl"&gt;Uppercase&lt;/p&gt; </code>
43+
<code class="f6 db mt4"> &lt;p class="ttl"&gt;LOWERCASE&lt;/p&gt; </code>
4444
<p class="fw4 ttl mb0">LOWERCASE</p>
4545

4646
<code class="f6 db mt4"> &lt;p class="ttc"&gt;Capitalize&lt;/p&gt; </code>

src/templates/footer.html

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
<a class="black-70 link hover-blue b dib mr3 mb3" href="/xray/" title="The X-Ray chrome extension for aligning things to a grid.">
2020
X-Ray
2121
</a>
22+
<a class="black-70 link hover-blue b dib mr3 mb3" href="http://opencollective.com/tachyons" title="Support Tachyons Development">
23+
Supporting Tachyons
24+
</a>
2225
</div>
2326
<article class="v-top">
2427
<iframe src="https://ghbtns.com/github-btn.html?user=tachyons-css&repo=tachyons&type=star&count=true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>

0 commit comments

Comments
 (0)