Skip to content

Commit

Permalink
Update version to v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrd committed Sep 16, 2020
1 parent 1843c74 commit 9be1a42
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
},
},
}

0 comments on commit 9be1a42

Please sign in to comment.