From d30fc24f55ca6e4b41db9c67766c84685e555dd3 Mon Sep 17 00:00:00 2001 From: Hein Date: Thu, 30 Apr 2026 16:07:33 +0200 Subject: [PATCH] chore(release): update package version to 1.0.48 --- 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 b72793e..05b8667 100644 --- a/linux/arch/PKGBUILD +++ b/linux/arch/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Hein (Warky Devs) pkgname=relspec -pkgver=1.0.44 +pkgver=1.0.48 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 8811aed..318ab3d 100644 --- a/linux/centos/relspec.spec +++ b/linux/centos/relspec.spec @@ -1,5 +1,5 @@ Name: relspec -Version: 1.0.44 +Version: 1.0.48 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.