diff --git a/SECURITY.md b/SECURITY.md index df301bc..afb372c 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 0cb44a0..c013513 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 193c8af..0eae83c 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 5b5acc0..a258c2a 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