From f06301a21cd45d71a6b85c44a885868fd4558226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kris=20N=C3=B3va?= Date: Sat, 20 Nov 2021 21:56:43 -0500 Subject: [PATCH] bump to 1.0.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Kris Nóva --- Makefile | 4 ++-- aur/PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 6908fd2..cf24efe 100644 --- a/Makefile +++ b/Makefile @@ -21,11 +21,11 @@ # all: compile -version=$(shell git rev-parse HEAD) +version=1.0.0 # Global release version. # Change this to bump the build version! -version="0.4.1" +version="1.0.0" compile: ## Compile for the local architecture ⚙ @echo "Compiling..." diff --git a/aur/PKGBUILD b/aur/PKGBUILD index 1dd81d7..b18f051 100644 --- a/aur/PKGBUILD +++ b/aur/PKGBUILD @@ -2,7 +2,7 @@ pkgbase=naml pkgname=(naml) -pkgver=v0.4.1 +pkgver=v1.0.0 pkgrel=1 pkgdesc="Not Another Markup Language [NAML]" arch=(x86_64)