File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ email: coderoadapp@gmail.com
8
8
author : Shawn McKay
9
9
description : > # "Free interactive coding tutorials inside of the Atom editor. Build your own tutorials
10
10
using the coderoad-cli and tools developers already know : markdown and unit tests.
11
+ atomVersion : 0.4.10
12
+ cliVersion : 0.3.13
11
13
12
14
# ----------------------- #
13
15
# Jekyll & Plugins #
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h3>With the Command Line Interface</h3>
14
14
< ul class ="list-inline intro-social-buttons ">
15
15
< li >
16
16
< 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 >
18
18
< br > < br >
19
19
< code class ="social-instructions "> > npm i -g coderoad-cli</ code >
20
20
</ li >
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ <h3>{{ page.subTitle }}</h3>
14
14
< li >
15
15
<!-- <h3>{{ social.purpose }}</h3> -->
16
16
< 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 >
18
18
< br > < br >
19
19
< code class ="social-instructions "> > apm install atom-coderoad</ code >
20
20
</ li >
You can’t perform that action at this time.
0 commit comments