From 9a1d56ac12f6676d3b3d12dc62cefbea2c00332b Mon Sep 17 00:00:00 2001 From: Andreas Guther Date: Sun, 1 May 2022 15:56:44 +0200 Subject: [PATCH] build: updated version to 0.8.0-rc10 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d00095f0505..1802f63154c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "a32nx", - "version": "0.8.0", - "edition": "development", + "version": "0.8.0-rc10", + "edition": "stable", "scripts": { "lint": "eslint --cache **/*.{js,mjs,jsx,ts,tsx}", "lint-fix": "npm run lint -- --fix",