chore: update to the correct version

This commit is contained in:
alschmiedt
2021-12-15 13:36:33 -08:00
parent 553f8bcd1e
commit 7daf693f9d
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "blockly",
"version": "7.20211209.0",
"version": "7.20211209.1",
"description": "Blockly is a library for building visual programming editors.",
"keywords": [
"blockly"
@@ -45,6 +45,7 @@
"publish": "gulp publish",
"publish:beta": "gulp publishBeta",
"recompile": "gulp recompile",
"rebuild": "gulp rebuild",
"release": "gulp gitCreateRC",
"start": "http-server ./ -o /tests/playground.html -c-1",
"test": "tests/run_all_tests.sh",