diff --git a/lib/src/package.json b/lib/src/package.json index d4976d5..4dad6f9 100644 --- a/lib/src/package.json +++ b/lib/src/package.json @@ -1,6 +1,6 @@ { "name": "@gxc-solutions/renderer-base", - "version": "0.0.11", + "version": "0.0.12", "main": "index.js", "author": "GXC Solutions", "publishConfig": { @@ -8,6 +8,6 @@ "registry": "https://npm.gxc-solutions.ru" }, "peerDependencies": { - "@gxc-solutions/math": "^0.0.2" + "@gxc-solutions/math": "^0.0.3" } }