diff --git a/Makefile b/Makefile index a1dda34..0e87de0 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ UNAME := $(shell uname) VERSION := $(shell git describe --tag) ifeq ($(VERSION),) - VERSION=v2.1.0 + VERSION=v2.1.1 endif # =================================================== diff --git a/org.conman.dns-2.1.0-1.rockspec b/org.conman.dns-2.1.1-1.rockspec similarity index 92% rename from org.conman.dns-2.1.0-1.rockspec rename to org.conman.dns-2.1.1-1.rockspec index 7eedba5..7e79d1a 100644 --- a/org.conman.dns-2.1.0-1.rockspec +++ b/org.conman.dns-2.1.1-1.rockspec @@ -1,8 +1,8 @@ package = "org.conman.dns" -version = "2.1.0-1" +version = "2.1.1-1" source = { - url = "git+https://github.com/spc476/SPCDNS.git", - tag = "v2.1.0" + url = "https://github.com/spc476/SPCDNS.git", + tag = "v2.1.1" } description = { summary = "A Lua module to encode DNS queries and decode DNS answers.",