From ddc75241febdbc5d1cc25b42dd9984ff4c7a6ace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kris=20N=C3=B3va?= Date: Tue, 23 Nov 2021 22:48:13 -0500 Subject: [PATCH] 1.0.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kris Nóva --- Makefile | 2 +- aur/PKGBUILD | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 775fb5d..da40e56 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ all: compile # Global release version. # Change this to bump the build version! -version="1.0.2" +version="1.0.3" compile: ## Compile for the local architecture ⚙ @echo "Compiling..." diff --git a/aur/PKGBUILD b/aur/PKGBUILD index cae9d74..8556856 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=naml pkgname=(naml) -pkgver=v1.0.2 +pkgver=v1.0.3 pkgrel=1 pkgdesc="Not Another Markup Language [NAML]" arch=(x86_64)