Skip to content

Commit e700fa6

Browse files
committed
release v1.0.19-alpha
1 parent 6b316be commit e700fa6

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

SECURITY.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ currently being supported with security updates.
2424
|v1.0.14-alpha | :white_check_mark: |
2525
|v1.0.15-alpha | :white_check_mark: |
2626
|v1.0.16-alpha | :white_check_mark: |
27+
|v1.0.17-alpha | :white_check_mark: |
28+
|v1.0.18-alpha | :white_check_mark: |
29+
|v1.0.19-alpha | :white_check_mark: |
2730

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.18",
3+
"version": "1.0.19-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
@@ -18,7 +18,7 @@ const AboutScreen = () => {
1818
</Text>
1919

2020
<Text style={styles.text}>
21-
Version: 1.0.18-alpha
21+
Version: 1.0.19-alpha
2222
</Text>
2323

2424
<Text style={styles.text}>

0 commit comments

Comments
 (0)