From 9235ef5e08b48256a62d8ac747d411389b49fa78 Mon Sep 17 00:00:00 2001 From: Hein Date: Thu, 7 May 2026 14:45:02 +0200 Subject: [PATCH] chore(release): update package version to 1.0.57 --- 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 015c1ab..d63113f 100644 --- a/linux/arch/PKGBUILD +++ b/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=relspec -pkgver=1.0.56 +pkgver=1.0.57 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 75d301e..f486bed 100644 --- a/linux/centos/relspec.spec +++ b/linux/centos/relspec.spec @@ -1,5 +1,5 @@ Name: relspec -Version: 1.0.56 +Version: 1.0.57 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.