Skip to content

Commit

Permalink
Update Bocfel to 1.2.1, update emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Feb 11, 2021
1 parent 46a0603 commit 5324405
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion garglk
Submodule garglk updated 153 files
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "emglken",
"version": "0.3.2",
"version": "0.3.3",
"description": "Glk meets Emscripten",
"author": "Dannii Willis <[email protected]>",
"license": "GPL-2.0",
Expand All @@ -24,7 +24,7 @@
"eslint": "^7.10.0"
},
"scripts": {
"build": "docker run --rm -t -u $(id -u):$(id -g) -v $(pwd):/src emscripten/emsdk:2.0.12 ./src/build.sh",
"build": "docker run --rm -t -u $(id -u):$(id -g) -v $(pwd):/src emscripten/emsdk:2.0.13 ./src/build.sh",
"lint": "eslint bin/ src/",
"test": "./tests/runtests.sh"
},
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"bocfel": "1.2.0",
"emglken": "0.3.2",
"bocfel": "1.2.1",
"emglken": "0.3.3",
"git": "1.3.5",
"glulxe": "0.5.4",
"hugo": "3.1.05",
Expand Down

0 comments on commit 5324405

Please sign in to comment.