Bump to 1.7.0

This commit is contained in:
1computer1 2019-05-22 22:27:42 -04:00
parent 6bd4484fb0
commit 51b2ba175d
2 changed files with 5 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## 1.7.0
- Added the Brainfuck language.
## 1.6.0
- Added `>cleanup` command.

View file

@ -1,6 +1,6 @@
{
"name": "comp_iler",
"version": "1.4.0",
"version": "1.7.0",
"description": "Sandboxed eval bot",
"main": "src/index.js",
"author": "1Computer1",