Update version to v0.2.0

This commit is contained in:
James Reed 2020-09-16 11:48:33 -06:00
parent 1843c74003
commit 9be1a4216b
No known key found for this signature in database
GPG Key ID: 0BE2BD33C5E8125E
1 changed files with 11 additions and 3 deletions

View File

@ -1,13 +1,13 @@
package = "awesome-launch"
version = "0.1.1-1"
version = "0.2.0-1"
source = {
url = "git://github.com/jcrd/awesome-launch",
tag = "v0.1.1",
tag = "v0.2.0",
}
description = {
summary = "AwesomeWM library for launching clients with single instance IDs",
homepage = "https://github.com/jcrd/awesome-launch",
license = "GPL-3.0",
license = "MIT",
}
dependencies = {
"lua >= 5.1",
@ -18,5 +18,13 @@ build = {
modules = {
["awesome-launch"] = "init.lua",
["awesome-launch.panel"] = "panel.lua",
["awesome-launch.shared"] = "shared.lua",
["awesome-launch.widget"] = "widget.lua",
["awesome-launch.workspace"] = "workspace.lua",
},
install = {
bin = {
"awesome-launch",
},
},
}