Skip to content

Commit

Permalink
Release as v0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skerit committed Apr 22, 2018
1 parent bd444bb commit dbf463e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.1.6 (WIP)
## 0.1.6 (2018-04-22)

* Remove "chrome-extension:/" bit from error logs
* Add `reuse_names` setting, which will reuse names once they all have been used once
Expand Down
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,12 @@
<i class="fas fa-code"></i>
<span>CAOS</span>
</a>
<!--
<a href="#scriptorium">
<i class="fas fa-code"></i>
<span>Scriptorium</span>
</a>
-->
<a href="#log">
<i class="fas fa-tree"></i>
<span>Log</span>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "albian-command",
"description" : "Get complete control over your C2 norns",
"version" : "0.1.5",
"version" : "0.1.6",
"main" : "index.html",
"window": {
"width" : 1060,
Expand All @@ -12,8 +12,8 @@
},
"license": "GPL-3.0",
"dependencies": {
"albian-babel" : "~0.1.3",
"creatures" : "~0.2.5",
"albian-babel" : "~0.1.4",
"creatures" : "~0.2.6",
"less" : "3.0.0",
"nedb" : "~1.8.0"
},
Expand Down

0 comments on commit dbf463e

Please sign in to comment.