From: QueensGambit Date: Mon, 4 Apr 2022 17:54:20 +0000 (+0200) Subject: Bump ffish.js version X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=ee44b25710771608d43ffbbf26e0803624fdaf91;p=fairystockfish.git Bump ffish.js version --- diff --git a/tests/js/package.json b/tests/js/package.json index 3cbfac4..c28d941 100644 --- a/tests/js/package.json +++ b/tests/js/package.json @@ -1,6 +1,6 @@ { "name": "ffish", - "version": "0.6.6", + "version": "0.6.7", "description": "A high performance WebAssembly chess variant library based on Fairy-Stockfish", "main": "ffish.js", "scripts": { @@ -21,7 +21,12 @@ "type": "git", "url": "git+https://github.com/ianfab/Fairy-Stockfish.git" }, - "keywords": ["wasm", "library", "chess-variants", "fairy-stockfish"], + "keywords": [ + "wasm", + "library", + "chess-variants", + "fairy-stockfish" + ], "license": "GPL-3.0", "homepage": "https://github.com/ianfab/Fairy-Stockfish/tree/master/tests/js#readme", "dependencies": {},