From 1f1bb28b566d096b8504a135ba2892fda324d1bf Mon Sep 17 00:00:00 2001 From: "Ward Nakchbandi (Cosmic Fusion)" <83735213+CosmicFusion@users.noreply.github.com> Date: Tue, 27 Feb 2024 18:13:57 +0300 Subject: [PATCH] update to 0.1.1 --- main.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.sh b/main.sh index 1e0cb83..4ac1d7d 100755 --- a/main.sh +++ b/main.sh @@ -1,11 +1,11 @@ #! /bin/bash # Clone Upstream -git clone https://github.com/Vanilla-OS/apx-gui ./vanilla-apx-gui +git clone https://github.com/Vanilla-OS/apx-gui ./vanilla-apx-gui -b v0.1.1 cd ./vanilla-apx-gui rm -rfv debian/changelog touch debian/changelog -echo -e "vanilla-apx-gui (1.1.0-100pika1) pikauwu; urgency=medium\n\n * New Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog +echo -e "vanilla-apx-gui (10:0.1.1-100pika1) pikauwu; urgency=medium\n\n * New Release\n\n -- Ward Nakchbandi Sat, 01 Oct 2022 14:50:00 +0200" > debian/changelog # Get build deps