diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index 56a6051..d8263ee 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -1 \ No newline at end of file +2 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index c432c01..7d2d34b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1323,7 +1323,7 @@ dependencies = [ [[package]] name = "pika-installer-gtk4" -version = "1.0.2" +version = "2.0.0" dependencies = [ "async-channel", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 6e353b8..097c927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pika-installer-gtk4" -version = "1.0.2" +version = "2.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/debian/changelog b/debian/changelog index 9f840e6..941b2a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pika-installer-gtk4 (2.0.0-101pika1) pika; urgency=low + + * First Release of new installer + + -- Ward Nakchbandi Thu, 20 Sep 2022 22:01:00 +0000 + + pika-installer-gtk4 (1.0.2-101pika2) pika; urgency=low * Just rebuild in OS 4 diff --git a/debian/control b/debian/control index 2a7f5f9..312ea52 100644 --- a/debian/control +++ b/debian/control @@ -17,5 +17,6 @@ Package: pika-installer-gtk4 Architecture: any Depends: ${shlibs:Depends}, pikainstall, - gir1.2-gnomedesktop-4.0 + gir1.2-gnomedesktop-4.0, + blivet-gui, Description: A frontend in GTK 4 and Libadwaita for pikainstall. diff --git a/main.sh b/main.sh index 12cdcbe..5823ba4 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e -VERSION="1.0.2" +VERSION="2.0.0" source ./pika-build-config.sh