Skip to content

Commit fe493a7

Browse files
committed
chore: sync versions
1 parent 8103336 commit fe493a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</p>
99

1010
<p align="center">
11-
v1.0.0-beta.5
11+
v1.0.0-beta.6
1212
</p>
1313

1414
## Preview App

example/src/app/(home)/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function App() {
157157
return (
158158
<ScreenScrollView>
159159
<View className="items-center justify-center my-4">
160-
<AppText className="text-muted text-base">v1.0.0-beta.5</AppText>
160+
<AppText className="text-muted text-base">v1.0.0-beta.6</AppText>
161161
</View>
162162
<View className="gap-6">
163163
{cards.map((card, index) => (

0 commit comments

Comments
 (0)