From 5e2f42af2f7f494535ff69dbeee7d4a17c2ca669 Mon Sep 17 00:00:00 2001 From: pradeepkumar Date: Mon, 9 Mar 2026 23:51:12 +0530 Subject: [PATCH] chore: Update API base URL in development environment and increment app version. --- .env.dev | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.dev b/.env.dev index 623f3f2..836f648 100644 --- a/.env.dev +++ b/.env.dev @@ -1,3 +1,3 @@ # Dev Environment Configuration -API_BASE_URL=https://dev-api.requestn.com +API_BASE_URL=http://144.91.78.96:3001/api/v1 STORAGE_BASE_URL=https://sin1.contabostorage.com/request diff --git a/pubspec.yaml b/pubspec.yaml index 52ec8e8..bd0cae2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: real_estate_mobile description: "RE-QuestN Real Estate Mobile App" publish_to: 'none' -version: 1.0.0+1 +version: 1.0.0+2 environment: sdk: ^3.10.1