Skip to content

Commit fc16b6c

Browse files
committed
release v1.0.29-alpha (last version)
1 parent 32bad6d commit fc16b6c

File tree

6 files changed

+220
-123
lines changed

6 files changed

+220
-123
lines changed

SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ currently being supported with security updates.
3636
|v1.0.26-alpha | :white_check_mark: |
3737
|v1.0.27-alpha | :white_check_mark: |
3838
|v1.0.28-alpha | :white_check_mark: |
39+
|v1.0.29-alpha | :white_check_mark: |
40+
3941

4042

4143

app.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"android",
1010
"web"
1111
],
12-
"version": "1.0.28-alpha",
12+
"version": "1.0.29-alpha",
1313
"orientation": "portrait",
1414
"icon": "./assets/icon.png",
1515
"splash": {

package-lock.json

Lines changed: 109 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebolt",
3-
"version": "1.0.28-alpha",
3+
"version": "1.0.29-alpa",
44
"private": true,
55
"scripts": {
66
"android": "react-native run-android",
@@ -55,10 +55,10 @@
5555
"peach-api-ts": "^0.4.0",
5656
"react": "18.3.1",
5757
"react-native": "0.77.1",
58-
"react-native-crypto": "^2.2.0",
58+
"react-native-crypto": "^2.2.1",
5959
"react-native-nitro-tor": "^0.2.5",
6060
"react-native-qrcode-svg": "^6.3.15",
61-
"react-native-randombytes": "^3.6.1",
61+
"react-native-randombytes": "^3.6.2",
6262
"react-native-safe-area-context": "5.5.0",
6363
"react-native-screens": "^4.11.1",
6464
"react-native-storage": "^1.0.1",

src/navigation/About.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const AboutScreen = () => {
2424
Created by: AreaLayer
2525
</Text>
2626
<Text style={styles.text}>
27-
Version: 1.0.28-alpha
27+
Version: 1.0.29-alpha
2828
</Text>
2929

3030
<Text style={styles.text}>

0 commit comments

Comments
 (0)