From 935d66881ce562c47effac0826d0d7a6585986f3 Mon Sep 17 00:00:00 2001 From: Ward from fusion-voyager-3 Date: Sat, 26 Oct 2024 01:54:06 +0300 Subject: [PATCH] UI Overhaul --- .github/release-nest-v3 | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- debian/changelog | 2 +- main.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/release-nest-v3 b/.github/release-nest-v3 index dec2bf5..2edeafb 100644 --- a/.github/release-nest-v3 +++ b/.github/release-nest-v3 @@ -1 +1 @@ -19 \ No newline at end of file +20 \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 29735aa..bba2080 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1793,7 +1793,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" [[package]] name = "pikman-update-manager" -version = "1.0.1" +version = "1.1.0" dependencies = [ "async-channel", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index c1a36a1..9904ab8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pikman-update-manager" -version = "1.0.1" +version = "1.1.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 ad261aa..a3e40e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -pikman-update-manager (1.0.1-100pika8) pikauwu; urgency=medium +pikman-update-manager (1.1.0-100pika1) pikauwu; urgency=medium * initial release diff --git a/main.sh b/main.sh index 85e350b..a4a033a 100755 --- a/main.sh +++ b/main.sh @@ -2,7 +2,7 @@ set -e -VERSION="1.0.1" +VERSION="1.1.0" source ./pika-build-config.sh