From cbd9e4ef66b79cd4f6046354bc57b8cd1dacf046 Mon Sep 17 00:00:00 2001 From: Adithya Vardhan Date: Thu, 18 Jun 2026 19:21:12 +0530 Subject: [PATCH 1/2] chore: bump version to v2.0.2 --- 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 1189c30..4268dc1 100644 --- a/app.config.js +++ b/app.config.js @@ -6,7 +6,7 @@ export default ({ config }) => { ...config, name: "Alby Go", slug: "alby-mobile", - version: "2.0.1", + version: "2.0.2", scheme: [ "lightning", "bitcoin", diff --git a/package.json b/package.json index 804ea24..3036055 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "alby-go", - "version": "2.0.1", + "version": "2.0.2", "main": "./index.js", "scripts": { "start": "expo start", From 35f75104aa04f4de49d0d816a339ebd8f92aa485 Mon Sep 17 00:00:00 2001 From: Adithya Vardhan Date: Thu, 18 Jun 2026 19:23:50 +0530 Subject: [PATCH 2/2] chore: cleanup eas.json and mention node version --- eas.json | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/eas.json b/eas.json index c8a7b4f..a938fc3 100644 --- a/eas.json +++ b/eas.json @@ -1,20 +1,18 @@ { "cli": { - "version": ">= 5.4.0", "appVersionSource": "remote" }, "build": { - "development": { - "developmentClient": true, - "distribution": "internal" - }, "preview": { + "node": "22.11.0", "distribution": "internal" }, "production": { + "node": "22.11.0", "autoIncrement": true }, "production_apk": { + "node": "22.11.0", "autoIncrement": true, "android": { "buildType": "apk"