Update version to v0.2.0

This commit is contained in:
James Reed 2020-09-16 12:15:39 -06:00
parent a2fe8c2ed6
commit 93d5b67c24
No known key found for this signature in database
GPG Key ID: 0BE2BD33C5E8125E
1 changed files with 3 additions and 3 deletions

View File

@ -1,13 +1,13 @@
package = "awesome-ez"
version = "0.1.0-1"
version = "0.2.0-1"
source = {
url = "git://github.com/jcrd/awesome-ez",
tag = "v0.1.0",
tag = "v0.2.0",
}
description = {
summary = "AwesomeWM library for simplifying key and button bindings",
homepage = "https://github.com/jcrd/awesome-ez",
license = "GPL-3.0",
license = "MIT",
}
dependencies = {
"lua >= 5.1",