diff --git a/Cargo.toml b/Cargo.toml index ad37353..4b901b7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "1.1.5" +version = "1.1.6" edition = "2021" authors = ["Echo "] license = "MIT" diff --git a/debian/changelog b/debian/changelog index b856198..decc9f9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-patch-manager (1.1.6-1) unstable; urgency=low + + * Release v1.1.6 + + -- git-echo Tue, 09 Jun 2026 08:10:52 -0500 + linux-patch-manager (1.1.5-1) unstable; urgency=low * Release v1.1.5 diff --git a/debian/control b/debian/control index 8fa89da..5443c5a 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: linux-patch-manager -Version: 1.1.5-1 +Version: 1.1.6-1 Architecture: amd64 Maintainer: Moon Dragon Installed-Size: 45000 diff --git a/frontend/package.json b/frontend/package.json index ea01741..87f1fa2 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "patch-manager-ui", "private": true, - "version": "1.1.5", + "version": "1.1.6", "type": "module", "scripts": { "dev": "vite", diff --git a/scripts/build-package.sh b/scripts/build-package.sh index ab51e02..07088bc 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.5" +VERSION="1.1.6" RELEASE="1" PKG_NAME="linux-patch-manager" DEB_NAME="${PKG_NAME}_${VERSION}-${RELEASE}_amd64.deb"