From eb40201b59e7f8d85fa418e457ee96b677e0ab3d Mon Sep 17 00:00:00 2001 From: Hein Date: Sun, 20 Sep 2026 20:37:41 +0200 Subject: [PATCH] chore(release): update package version to 1.0.82 --- VERSION | 2 +- linux/arch/PKGBUILD | 2 +- linux/centos/relspec.spec | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 818b8de..224d004 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.81 +1.0.82 diff --git a/linux/arch/PKGBUILD b/linux/arch/PKGBUILD index 751e1a5..8f3e471 100644 --- a/linux/arch/PKGBUILD +++ b/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=relspec -pkgver=1.0.81 +pkgver=1.0.82 pkgrel=1 pkgdesc="RelSpec is a comprehensive database relations management tool that reads, transforms, and writes database table specifications across multiple formats and ORMs." arch=('x86_64' 'aarch64') diff --git a/linux/centos/relspec.spec b/linux/centos/relspec.spec index bfd6abc..890cda3 100644 --- a/linux/centos/relspec.spec +++ b/linux/centos/relspec.spec @@ -1,5 +1,5 @@ Name: relspec -Version: 1.0.81 +Version: 1.0.82 Release: 1%{?dist} Summary: RelSpec is a comprehensive database relations management tool that reads, transforms, and writes database table specifications across multiple formats and ORMs.