From e700fa6f80a1a2e54434719fc90fb9e8b0992fd7 Mon Sep 17 00:00:00 2001
From: 22388o <22388o@users.noreply.github.com>
Date: Mon, 16 Dec 2024 13:23:02 -0300
Subject: [PATCH] release v1.0.19-alpha
---
SECURITY.md | 3 +++
package-lock.json | 4 ++--
package.json | 2 +-
src/navigation/About.tsx | 2 +-
4 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/SECURITY.md b/SECURITY.md
index df301bcf..afb372c2 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -24,4 +24,7 @@ currently being supported with security updates.
|v1.0.14-alpha | :white_check_mark: |
|v1.0.15-alpha | :white_check_mark: |
|v1.0.16-alpha | :white_check_mark: |
+|v1.0.17-alpha | :white_check_mark: |
+|v1.0.18-alpha | :white_check_mark: |
+|v1.0.19-alpha | :white_check_mark: |
diff --git a/package-lock.json b/package-lock.json
index 0cb44a0d..c013513a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "firebolt",
- "version": "1.0.18",
+ "version": "1.0.19-alpha",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "firebolt",
- "version": "1.0.18",
+ "version": "1.0.19-alpha",
"hasInstallScript": true,
"dependencies": {
"@bitcoin-js/tiny-secp256k1-asmjs": "^2.2.3",
diff --git a/package.json b/package.json
index 193c8af3..0eae83cc 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "firebolt",
- "version": "1.0.18",
+ "version": "1.0.19-alpha",
"private": true,
"scripts": {
"android": "react-native run-android",
diff --git a/src/navigation/About.tsx b/src/navigation/About.tsx
index 5b5acc0b..a258c2a5 100644
--- a/src/navigation/About.tsx
+++ b/src/navigation/About.tsx
@@ -18,7 +18,7 @@ const AboutScreen = () => {
- Version: 1.0.18-alpha
+ Version: 1.0.19-alpha