Skip to content

Commit

Permalink
Bug fix---one of these days, I'll get a rockspec change right.
Browse files Browse the repository at this point in the history
  • Loading branch information
spc476 committed Nov 15, 2023
1 parent 443697f commit 70ea092
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ UNAME := $(shell uname)
VERSION := $(shell git describe --tag)

ifeq ($(VERSION),)
VERSION=v2.1.0
VERSION=v2.1.1
endif

# ===================================================
Expand Down
Original file line number Diff line number Diff line change
@@ -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.",
Expand Down

0 comments on commit 70ea092

Please sign in to comment.