Skip to content

Commit 4882d05

Browse files
committed
release v1.0.24-alpha
1 parent 77eaca5 commit 4882d05

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

SECURITY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ currently being supported with security updates.
3131
|v1.0.21-alpha | :white_check_mark: |
3232
|v1.0.22-alpha | :white_check_mark: |
3333
|v1.0.23-alpha | :white_check_mark: |
34+
|v1.0.24-alpha | :white_check_mark: |
3435

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebolt",
3-
"version": "1.0.23-alpha",
3+
"version": "1.0.24-alpha",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",

src/navigation/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const AboutScreen = () => {
2424
Created by: AreaLayer
2525
</Text>
2626
<Text style={styles.text}>
27-
Version: 1.0.23-alpha
27+
Version: 1.0.24-alpha
2828
</Text>
2929

3030
<Text style={styles.text}>

0 commit comments

Comments
 (0)