UI Overhaul
All checks were successful
PikaOS Package Build & Release (amd64-v3) / build (push) Successful in 2m45s

This commit is contained in:
Ward from fusion-voyager-3 2024-10-26 01:54:06 +03:00
parent 5468c8fbdd
commit 935d66881c
5 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
19
20

2
Cargo.lock generated
View File

@ -1793,7 +1793,7 @@ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
[[package]]
name = "pikman-update-manager"
version = "1.0.1"
version = "1.1.0"
dependencies = [
"async-channel",
"async-trait",

View File

@ -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

2
debian/changelog vendored
View File

@ -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

View File

@ -2,7 +2,7 @@
set -e
VERSION="1.0.1"
VERSION="1.1.0"
source ./pika-build-config.sh