Bump version to 1.10.0

This commit is contained in:
1computer1 2019-06-15 21:23:49 -04:00
parent 700b66c183
commit 8ad83ed01b
2 changed files with 6 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
## 1.10.0
- Changed how workspaces are made, evaluations should only have access to their own folder now.
- Fixed PHP.
## 1.9.0 ## 1.9.0
- Added `languages` command. - Added `languages` command.

View file

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