forgot to bump the version

This commit is contained in:
Stef-00012 2025-02-11 18:41:01 +01:00
parent 044de8ce34
commit 557f031286
No known key found for this signature in database
GPG key ID: 28BE9A9E4EF0E6BF
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ export default ({ config }: ConfigContext): ExpoConfig => ({
...config,
name: `Zipline${IS_DEV ? " (Dev)" : ""}`,
slug: "zipline",
version: "1.0.2",
version: "1.0.3",
orientation: "portrait",
icon: "./assets/images/icon.png",
scheme: "zipline",

View file

@ -1,7 +1,7 @@
{
"name": "zipline",
"main": "expo-router/entry",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"start": "expo start",
"start:dev": "APP_VARIANT=development EDGE_PATH=/home/stef/.local/bin/google-chrome expo start --dev-client",