Minor update to docs

This commit is contained in:
Craig Everett
2023-08-31 15:59:44 +09:00
parent 86710f5b1f
commit 1a9b12b27c
3 changed files with 10 additions and 4 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
{type, library}.
{realm, local}.
{name, sidekick}.
{version, "0.2.2"}.
{deps, ["local-awcp-0.2.2"]}.
{version, "0.2.3"}.
{deps, ["local-awcp-0.2.3"]}.
+1 -1
View File
@@ -93,7 +93,7 @@ export {
// IMPORTS
//-----------------------------------------------------------------------------
import * as awcp from './jex_include/local-awcp-0.2.2/dist/awcp.js';
import * as awcp from './jex_include/local-awcp-0.2.3/dist/awcp.js';
//-----------------------------------------------------------------------------