From 096815fe490a88f56df841d80ba67a5f6f9042f5 Mon Sep 17 00:00:00 2001 From: Hein Date: Sun, 3 May 2026 16:11:13 +0200 Subject: [PATCH] chore(release): update package version to 1.0.51 --- linux/arch/PKGBUILD | 2 +- linux/centos/relspec.spec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/linux/arch/PKGBUILD b/linux/arch/PKGBUILD index 019a269..3c65e6d 100644 --- a/linux/arch/PKGBUILD +++ b/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=relspec -pkgver=1.0.50 +pkgver=1.0.51 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 0d9340a..b275321 100644 --- a/linux/centos/relspec.spec +++ b/linux/centos/relspec.spec @@ -1,5 +1,5 @@ Name: relspec -Version: 1.0.50 +Version: 1.0.51 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.