diff --git a/package-lock.json b/package-lock.json index d54c8a8a..801772ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7740,10 +7740,10 @@ }, "ui/lib": { "name": "@apeworx/apepay-react", - "version": "0.1.0-beta.4", + "version": "0.1.0", "license": "Apache-2.0", "dependencies": { - "@apeworx/apepay": "^0.1.0-beta.0", + "@apeworx/apepay": "^0.1.0", "rc-slider": "^10.2.1", "react-minimal-pie-chart": "^8.4.0" }, diff --git a/ui/lib/package.json b/ui/lib/package.json index 00ce51b2..8dcc5b34 100644 --- a/ui/lib/package.json +++ b/ui/lib/package.json @@ -1,6 +1,6 @@ { "name": "@apeworx/apepay-react", - "version": "0.1.0-beta.4", + "version": "0.1.0", "author": "ApeWorX LTD.", "license": "Apache-2.0", "type": "module", @@ -18,7 +18,7 @@ "clean": "rm -rf dist" }, "dependencies": { - "@apeworx/apepay": "^0.1.0-beta.0", + "@apeworx/apepay": "^0.1.0", "rc-slider": "^10.2.1", "react-minimal-pie-chart": "^8.4.0" },