Skip to content

Commit 08b0fc9

Browse files
committed
prepare luarocks 0.2.1 version
1 parent ff26a7d commit 08b0fc9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lutf8lib.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/* UTF-8 string operations */
1616

17-
#define LUTF8_VERSION "0.2.0"
17+
#define LUTF8_VERSION "0.2.1"
1818

1919
#define UTF8_BUFFSZ 8
2020
#define UTF8_MAX 0x7FFFFFFFu
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package = "luautf8"
2-
version = "0.2.0-1"
2+
version = "0.2.1-1"
33
source = {
4-
url = "https://github.com/starwing/luautf8/archive/refs/tags/0.2.0.tar.gz",
5-
dir = "luautf8-0.2.0"
4+
url = "https://github.com/starwing/luautf8/archive/refs/tags/0.2.1.tar.gz",
5+
dir = "luautf8-0.2.1"
66
}
77
description = {
88
summary = "A UTF-8 support module for Lua",

0 commit comments

Comments
 (0)