From 0ac5f5f91f0566f4f1dab015eb3e25ed01aa0f8c Mon Sep 17 00:00:00 2001 From: 22388o <22388o@users.noreply.github.com> Date: Wed, 8 Jan 2025 06:02:17 -0300 Subject: [PATCH] release v1.0.21-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 688e2d28..678b58ad 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -28,4 +28,5 @@ currently being supported with security updates. |v1.0.18-alpha | :white_check_mark: | |v1.0.19-alpha | :white_check_mark: | |v1.0.20-alpha | :white_check_mark: | +|v1.0.21-alpha | :white_check_mark: | diff --git a/package-lock.json b/package-lock.json index adc05330..921e0a07 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "firebolt", - "version": "1.0.20-alpha", + "version": "1.0.21-alpha", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "firebolt", - "version": "1.0.20-alpha", + "version": "1.0.21-alpha", "hasInstallScript": true, "dependencies": { "@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3", diff --git a/package.json b/package.json index 486359fe..f5f24809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "firebolt", - "version": "1.0.20-alpha", + "version": "1.0.21-alpha", "private": true, "scripts": { "android": "react-native run-android", diff --git a/src/navigation/About.tsx b/src/navigation/About.tsx index 7325b833..dc33d36e 100644 --- a/src/navigation/About.tsx +++ b/src/navigation/About.tsx @@ -18,7 +18,7 @@ const AboutScreen = () => { - Version: 1.0.20-alpha + Version: 1.0.21-alpha