Skip to content

Commit 2ffbba3

Browse files
committed
version updates
1 parent 2ae6bb1 commit 2ffbba3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ email: coderoadapp@gmail.com
88
author: Shawn McKay
99
description: > # "Free interactive coding tutorials inside of the Atom editor. Build your own tutorials
1010
using the coderoad-cli and tools developers already know: markdown and unit tests.
11+
atomVersion: 0.4.10
12+
cliVersion: 0.3.13
1113

1214
# ----------------------- #
1315
# Jekyll & Plugins #

_includes/build/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>With the Command Line Interface</h3>
1414
<ul class="list-inline intro-social-buttons">
1515
<li>
1616
<a href="https://github.com/coderoad/coderoad-cli" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">CodeRoad-CLI
17-
<span class="version">v0.3.13</span></span></a>
17+
<span class="version">v{{ site.cliVersion }}</span></span></a>
1818
<br><br>
1919
<code class="social-instructions">> npm i -g coderoad-cli</code>
2020
</li>

_includes/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h3>{{ page.subTitle }}</h3>
1414
<li>
1515
<!-- <h3>{{ social.purpose }}</h3> -->
1616
<a href="https://github.com/coderoad/atom-coderoad" target="_blank" class="btn btn-default btn-lg"><i class="fa fa-github fa-fw"></i> <span class="network-name">Atom-CodeRoad
17-
<span class="version">v0.3.1</span></span></a>
17+
<span class="version">v{{ site.atomVersion }}</span></span></a>
1818
<br><br>
1919
<code class="social-instructions">> apm install atom-coderoad</code>
2020
</li>

0 commit comments

Comments
 (0)