From 415a40e436564377d80e2aad98b7d50147a86700a186e2a28886591c5d55dba1 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Wed, 22 Jul 2026 20:12:06 +0400 Subject: [PATCH 1/2] =?UTF-8?q?=D0=92=D0=B5=D1=80=D1=81=D0=B8=D0=B8:=20?= =?UTF-8?q?=D0=BF=D0=BE=D0=B4=D0=BD=D1=8F=D1=82=D1=8C=20main=20=D0=B4?= =?UTF-8?q?=D0=BE=201.3.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- VERSION.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION.properties b/VERSION.properties index 3cb97578..b7ad849d 100644 --- a/VERSION.properties +++ b/VERSION.properties @@ -1,2 +1,2 @@ -client.version=1.2.346 -server.version=1.2.318 +client.version=1.3.0 +server.version=1.3.0 From 809c216a5c756b60d59dc5949b247247ec176a9dd5d9e10280d2977332af6a82 Mon Sep 17 00:00:00 2001 From: AidarKC Date: Wed, 22 Jul 2026 20:12:36 +0400 Subject: [PATCH 2/2] =?UTF-8?q?Deploy:=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20production=20Solana=20RPC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/scripts/production_server2_ui.sh | 2 +- deploy/scripts/production_shineupme_ui.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/scripts/production_server2_ui.sh b/deploy/scripts/production_server2_ui.sh index aa69af7f..1367eebf 100755 --- a/deploy/scripts/production_server2_ui.sh +++ b/deploy/scripts/production_server2_ui.sh @@ -8,7 +8,7 @@ EXPECTED_CADDY_SITE="server2.shineup.me" \ DEPLOY_SERVER_LOGIN="server2shineupme" \ DEPLOY_SERVER_ADDRESS="server2.shineup.me" \ DEPLOY_SOLANA_CLUSTER="mainnet" \ -DEPLOY_SOLANA_ENDPOINT="https://solana-rpc.publicnode.com" \ +DEPLOY_SOLANA_ENDPOINT="https://public.rpc.solanavibestation.com/" \ TARGET_URL="https://server2.shineup.me" \ REQUIRE_BACKUP="1" \ bash "$(dirname "$0")/deploy_ui.sh" diff --git a/deploy/scripts/production_shineupme_ui.sh b/deploy/scripts/production_shineupme_ui.sh index 37fc0474..14c89c04 100755 --- a/deploy/scripts/production_shineupme_ui.sh +++ b/deploy/scripts/production_shineupme_ui.sh @@ -8,7 +8,7 @@ EXPECTED_CADDY_SITE="shineup.me" \ DEPLOY_SERVER_LOGIN="shineupme" \ DEPLOY_SERVER_ADDRESS="shineup.me" \ DEPLOY_SOLANA_CLUSTER="mainnet" \ -DEPLOY_SOLANA_ENDPOINT="https://solana-rpc.publicnode.com" \ +DEPLOY_SOLANA_ENDPOINT="https://public.rpc.solanavibestation.com/" \ TARGET_URL="https://shineup.me" \ REQUIRE_BACKUP="1" \ bash "$(dirname "$0")/deploy_ui.sh"