Skip to content

Commit

Permalink
release v1.0.23-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o committed Feb 3, 2025
1 parent 6e03077 commit 0d2ff64
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 @@ -31,3 +31,4 @@ currently being supported with security updates.
|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.22-alpha",
"version": "1.0.23-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 @@ -24,7 +24,7 @@ const AboutScreen = () => {
Created by: AreaLayer
</Text>
<Text style={styles.text}>
Version: 1.0.22-alpha
Version: 1.0.23-alpha
</Text>

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

0 comments on commit 0d2ff64

Please sign in to comment.