From 06eecc499f401c167d7dba9508cc5f77cf7595b8 Mon Sep 17 00:00:00 2001 From: Andreas Guther Date: Tue, 3 May 2022 17:20:57 +0200 Subject: [PATCH] build: updated version to 0.8.0-rc12 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d00095f0505..88bca793a32 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "a32nx", - "version": "0.8.0", - "edition": "development", + "version": "0.8.0-rc12", + "edition": "stable", "scripts": { "lint": "eslint --cache **/*.{js,mjs,jsx,ts,tsx}", "lint-fix": "npm run lint -- --fix",