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
88author : Shawn McKay
99description : > # "Free interactive coding tutorials inside of the Atom editor. Build your own tutorials
1010using 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 #
Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments