bump versions

This commit is contained in:
q13x 2023-07-04 19:15:46 -07:00
parent d7e29c5c00
commit 70119361f7
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ export const BRIDGE_VERSION: Readonly<number> = f(1);
// adapter meta
export const PROXY_BRANDING: Readonly<string> = f("EaglerProxy");
export const PROXY_VERSION: Readonly<string> = f("1.0.7");
export const PROXY_VERSION: Readonly<string> = f("1.0.8");
export const NETWORK_VERSION: Readonly<number> = f(0x03);
export const VANILLA_PROTOCOL_VERSION: Readonly<number> = f(47);

View File

@ -1,7 +1,7 @@
{
"name": "EaglerProxy as a Service",
"id": "eagpaas",
"version": "1.1.0",
"version": "1.2.0",
"entry_point": "index.js",
"requirements": [
{