From cd763bdbce8ff395fa69576e4fec85399ca4d927 Mon Sep 17 00:00:00 2001 From: Vali98 Date: Wed, 12 Feb 2025 13:50:19 +0800 Subject: [PATCH] chore: updated version --- app.config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app.config.js b/app.config.js index de2ba4c..09b89ab 100644 --- a/app.config.js +++ b/app.config.js @@ -5,7 +5,7 @@ module.exports = { name: IS_DEV ? 'ChatterUI (DEV)' : 'ChatterUI', newArchEnabled: true, slug: 'ChatterUI', - version: '0.8.4', + version: '0.8.5', orientation: 'default', icon: './assets/images/icon.png', scheme: 'chatterui', diff --git a/package.json b/package.json index b705895..1812978 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "chatterui", "main": "expo-router/entry", - "version": "0.8.4", + "version": "0.8.5", "scripts": { "start": "expo start", "android": "expo run:android",