diff --git a/lerna.json b/lerna.json index 9190569..02f7341 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.2.0", + "version": "0.2.1", "npmClient": "pnpm" } diff --git a/rpc/package.json b/rpc/package.json index feadc03..7d913db 100644 --- a/rpc/package.json +++ b/rpc/package.json @@ -1,7 +1,7 @@ { "name": "@entityseven/rage-fw-rpc", "description": "Rage FW RPC", - "version": "0.2.0", + "version": "0.2.1", "scripts": { "build": "tsup", "start": "npx ./dist create" @@ -37,5 +37,6 @@ "url": "https://github.com/SashaGoncharov19" } ], - "license": "MIT" + "license": "MIT", + "gitHead": "2b287f06a2e43dd15fd03911b29cad39ed307b39" }