Skip to content

Commit

Permalink
Merge pull request #97 from kris-nova/1.0.0
Browse files Browse the repository at this point in the history
bump to 1.0.0
  • Loading branch information
krisnova authored Nov 21, 2021
2 parents e000df4 + f06301a commit cb9e527
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down
2 changes: 1 addition & 1 deletion aur/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit cb9e527

Please sign in to comment.