From 3c9bf7d0e9026c65ec93d9042985bb3c1372bf12 Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 27 Feb 2024 17:59:24 +0300 Subject: [PATCH] update to 2.4.0 --- debian/changelog | 2 +- main.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 743518c..de57f4d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -apx (2.0.0.rc1.git-100pika1) pikauwu; urgency=medium +apx (2.4.0-100pika1) pikauwu; urgency=medium * First Release diff --git a/main.sh b/main.sh index bccc945..ec51745 100755 --- a/main.sh +++ b/main.sh @@ -1,5 +1,5 @@ # Clone Upstream -git clone --recursive https://github.com/Vanilla-OS/apx +git clone --recursive https://github.com/Vanilla-OS/apx -b v2.4.0 cp -rvf ./debian ./apx/ cd ./apx