Skip to content

Commit

Permalink
release v1.0.19-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Dec 16, 2024
1 parent 6b316be commit e700fa6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebolt",
"version": "1.0.18",
"version": "1.0.19-alpha",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down
2 changes: 1 addition & 1 deletion src/navigation/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const AboutScreen = () => {
</Text>

<Text style={styles.text}>
Version: 1.0.18-alpha
Version: 1.0.19-alpha
</Text>

<Text style={styles.text}>
Expand Down

0 comments on commit e700fa6

Please sign in to comment.