diff --git a/Cargo.toml b/Cargo.toml index 0e5a232..602b224 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ members = [ ] [workspace.package] -version = "1.1.2" +version = "1.1.3" edition = "2021" authors = ["Echo "] license = "MIT" diff --git a/debian/changelog b/debian/changelog index 16c8e36..6b9dee7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linux-patch-manager (1.1.3-1) unstable; urgency=low + + * Release v1.1.3 + + -- git-echo Sun, 07 Jun 2026 22:59:35 -0500 + linux-patch-manager (1.1.2-1) unstable; urgency=low * Release v1.1.2 diff --git a/debian/control b/debian/control index 5e896b0..709955f 100644 --- a/debian/control +++ b/debian/control @@ -1,5 +1,5 @@ Package: linux-patch-manager -Version: 1.1.2-1 +Version: 1.1.3-1 Architecture: amd64 Maintainer: Moon Dragon Installed-Size: 45000 diff --git a/frontend/package.json b/frontend/package.json index 354b771..effe934 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,7 +1,7 @@ { "name": "patch-manager-ui", "private": true, - "version": "1.1.2", + "version": "1.1.3", "type": "module", "scripts": { "dev": "vite", diff --git a/scripts/build-package.sh b/scripts/build-package.sh index 23ddd20..518c313 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.2" +VERSION="1.1.3" RELEASE="1" PKG_NAME="linux-patch-manager" DEB_NAME="${PKG_NAME}_${VERSION}-${RELEASE}_amd64.deb"