Skip to content

Commit debdae3

Browse files
committed
Bump to 0.31.1
1 parent bbc56a9 commit debdae3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION=0.30.2
1+
VERSION=0.31.1
22
REVISION=1
33
ROCKSPEC=lcmark-$(VERSION)-$(REVISION).rockspec
44
TESTS=tests

lcmark.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ local sp = S" \t"^0
88

99
local lcmark = {}
1010

11-
lcmark.version = "0.30.2"
11+
lcmark.version = "0.31.1"
1212

1313
lcmark.writers = {
1414
html = function(d, opts, _) return cmark.render_html(d, opts) end,

rockspec.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ description = {
2424
}
2525
dependencies = {
2626
"lua >= 5.1",
27-
"cmark >= 0.30.2",
27+
"cmark >= 0.31.1",
2828
"lpeg >= 0.12",
2929
"optparse >= 1.4",
3030
}

0 commit comments

Comments
 (0)