Skip to content

Commit a866bbc

Browse files
committed
release v1.0.20-alpha
1 parent d22b58d commit a866bbc

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
@@ -27,4 +27,5 @@ currently being supported with security updates.
2727
|v1.0.17-alpha | :white_check_mark: |
2828
|v1.0.18-alpha | :white_check_mark: |
2929
|v1.0.19-alpha | :white_check_mark: |
30+
|v1.0.20-alpha | :white_check_mark: |
3031

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.19-alpha",
3+
"version": "1.0.20-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.19-alpha
21+
Version: 1.0.20-alpha
2222
</Text>
2323

2424
<Text style={styles.text}>

0 commit comments

Comments
 (0)