Skip to content

Commit 8d9d7aa

Browse files
committed
fix icon, version bump
1 parent c75f742 commit 8d9d7aa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "app",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"main": "node_modules/expo/AppEntry.js",
55
"scripts": {
66
"start": "expo start",

app/src/screens/chat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ export function Chat() {
729729
style={styles.chatButton}
730730
>
731731
<Ionicons
732-
name="md-arrow-up"
732+
name="arrow-up-outline"
733733
size={20} color={theme.tintTextColor}
734734
/>
735735
</View>

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-ai",
3-
"version": "0.3.2",
3+
"version": "1.1.0",
44
"description": "Full stack mobile framework for building cross-platform mobile AI apps supporting image processing, real-time / streaming text and chat UIs, and image uploads with multiple service providers.",
55
"type": "module",
66
"bin": "cli.js",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "server",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)