diff --git a/connman_widget-devel-1.rockspec b/connman_widget-0.1.0-1.rockspec similarity index 87% rename from connman_widget-devel-1.rockspec rename to connman_widget-0.1.0-1.rockspec index 1dda1fc..0eb49e7 100644 --- a/connman_widget-devel-1.rockspec +++ b/connman_widget-0.1.0-1.rockspec @@ -1,8 +1,8 @@ package = "connman_widget" - version = "devel-1" + version = "0.1.0-1" source = { url = "git://github.com/stefano-m/awesome-connman_widget", - tag = "master" + tag = "v0.1.0" } description = { summary = "A Connman widget for the Awesome Window Manager", @@ -14,7 +14,7 @@ package = "connman_widget" } dependencies = { "lua >= 5.1", - "connman_dbus", + "connman_dbus >= 0.1.0, < 0.2", } supported_platforms = { "linux" } build = {