Skip to content

Commit

Permalink
release v1.0.22-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Jan 20, 2025
1 parent 247a93b commit c0b1119
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ currently being supported with security updates.
|v1.0.19-alpha | :white_check_mark: |
|v1.0.20-alpha | :white_check_mark: |
|v1.0.21-alpha | :white_check_mark: |
|v1.0.22-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.21-alpha",
"version": "1.0.22-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.21-alpha
Version: 1.0.22-alpha
</Text>

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

0 comments on commit c0b1119

Please sign in to comment.