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)