From a866bbc547ecbd1935222f2320dbd1e952b729d5 Mon Sep 17 00:00:00 2001 From: 22388o <22388o@users.noreply.github.com> Date: Fri, 20 Dec 2024 09:18:49 -0300 Subject: [PATCH] release v1.0.20-alpha --- SECURITY.md | 1 + package-lock.json | 4 ++-- package.json | 2 +- src/navigation/About.tsx | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index afb372c..688e2d2 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -27,4 +27,5 @@ currently being supported with security updates. |v1.0.17-alpha | :white_check_mark: | |v1.0.18-alpha | :white_check_mark: | |v1.0.19-alpha | :white_check_mark: | +|v1.0.20-alpha | :white_check_mark: | diff --git a/package-lock.json b/package-lock.json index a487908..c65b712 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "firebolt", - "version": "1.0.19-alpha", + "version": "1.0.20-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "firebolt", - "version": "1.0.19-alpha", + "version": "1.0.20-alpha", "hasInstallScript": true, "dependencies": { "@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3", diff --git a/package.json b/package.json index aa97f5d..8c961e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebolt", - "version": "1.0.19-alpha", + "version": "1.0.20-alpha", "private": true, "scripts": { "android": "react-native run-android", diff --git a/src/navigation/About.tsx b/src/navigation/About.tsx index a258c2a..7325b83 100644 --- a/src/navigation/About.tsx +++ b/src/navigation/About.tsx @@ -18,7 +18,7 @@ const AboutScreen = () => { - Version: 1.0.19-alpha + Version: 1.0.20-alpha