Skip to content

Commit

Permalink
Release v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
edubart committed Jul 12, 2020
1 parent a1594fe commit 3fb972b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion luamon.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ local colors = require 'term.colors'
local term = require 'term'
local unpack = table.unpack or unpack

local VERSION = 'luamon 0.5.0'
local VERSION = 'luamon 0.5.2'

local config = {
watch = {'.'},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
package = "luamon"
version = "0.5.1-1"
version = "0.5.2-1"
source = {
url = "git://github.com/edubart/luamon.git",
tag = "v0.5.1"
tag = "v0.5.2"
}
description = {
summary = "Watch source changes and automatically restart (for live development)",
Expand Down

0 comments on commit 3fb972b

Please sign in to comment.