makedeb


comb 0.2.0-1


CLI for the Handlebars templating engine

Click here to go back to the commit logs for comb.

Commit:


Hash: ad010fc466a995f7ecb73cafe602913c1206cc7f

Message: Bump version to '0.2.0-1'

Diff


diff --git a/.SRCINFO b/.SRCINFO
index b2afcec..79ebad3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,11 +3,11 @@ pkgname = comb
 pkgbase = comb
 pkgdesc = CLI for the Handlebars templating engine
 pkgrel = 1
-pkgver = 0.1.0
+pkgver = 0.2.0
 url = https://github.com/hwittenborn/comb
 arch = any
 license = GPL3
 makedepends = cargo
-source = https://github.com/hwittenborn/comb/archive/refs/tags/v0.1.0.tar.gz
+source = https://github.com/hwittenborn/comb/archive/refs/tags/v0.2.0.tar.gz
 sha256sums = SKIP
 makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index dd2dedd..82d34c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: Hunter Wittenborn <hunter@hunterwittenborn.com>
 pkgname=comb
-pkgver=0.1.0
+pkgver=0.2.0
 pkgrel=1
 pkgdesc='CLI for the Handlebars templating engine'
 arch=('any')