From d2dd27c2a32eaeee695c67dfd44fbf62aa7c5ada Mon Sep 17 00:00:00 2001 From: Draco-Lunaris-Echo Date: Tue, 9 Jun 2026 09:11:25 -0500 Subject: [PATCH] chore: bump version to 1.1.7 --- Cargo.toml | 2 +- debian/changelog | 6 ++++++ debian/control | 2 +- frontend/package.json | 2 +- scripts/build-package.sh | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b901b7..ca65a89 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "1.1.6" +version = "1.1.7" edition = "2021" authors = ["Echo "] license = "MIT" diff --git a/debian/changelog b/debian/changelog index decc9f9..acbe666 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-patch-manager (1.1.7-1) unstable; urgency=low + + * Release v1.1.7 + + -- git-echo Tue, 09 Jun 2026 09:11:11 -0500 + linux-patch-manager (1.1.6-1) unstable; urgency=low * Release v1.1.6 diff --git a/debian/control b/debian/control index 5443c5a..5cb9884 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: linux-patch-manager -Version: 1.1.6-1 +Version: 1.1.7-1 Architecture: amd64 Maintainer: Moon Dragon Installed-Size: 45000 diff --git a/frontend/package.json b/frontend/package.json index 87f1fa2..d4265e9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "patch-manager-ui", "private": true, - "version": "1.1.6", + "version": "1.1.7", "type": "module", "scripts": { "dev": "vite", diff --git a/scripts/build-package.sh b/scripts/build-package.sh index 07088bc..eaed3a6 100755 --- a/scripts/build-package.sh +++ b/scripts/build-package.sh @@ -22,7 +22,7 @@ warn() { echo -e "${YELLOW}[WARN]${NC} $*"; } error() { echo -e "${RED}[ERROR]${NC} $*" >&2; exit 1; } PROJECT_ROOT="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)" -VERSION="1.1.6" +VERSION="1.1.7" RELEASE="1" PKG_NAME="linux-patch-manager" DEB_NAME="${PKG_NAME}_${VERSION}-${RELEASE}_amd64.deb"