mirror of
https://github.com/Stef-00012/Zipline-Android-App.git
synced 2025-05-11 18:35:58 +02:00
forgot to bump the version
This commit is contained in:
parent
044de8ce34
commit
557f031286
2 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue