We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff26a7d commit 08b0fc9Copy full SHA for 08b0fc9
lutf8lib.c
@@ -14,7 +14,7 @@
14
15
/* UTF-8 string operations */
16
17
-#define LUTF8_VERSION "0.2.0"
+#define LUTF8_VERSION "0.2.1"
18
19
#define UTF8_BUFFSZ 8
20
#define UTF8_MAX 0x7FFFFFFFu
rockspecs/luautf8-0.2.0-1.rockspec rockspecs/luautf8-0.2.1-1.rockspecrockspecs/luautf8-0.2.0-1.rockspec renamed to rockspecs/luautf8-0.2.1-1.rockspec
@@ -1,8 +1,8 @@
1
package = "luautf8"
2
-version = "0.2.0-1"
+version = "0.2.1-1"
3
source = {
4
- url = "https://github.com/starwing/luautf8/archive/refs/tags/0.2.0.tar.gz",
5
- dir = "luautf8-0.2.0"
+ url = "https://github.com/starwing/luautf8/archive/refs/tags/0.2.1.tar.gz",
+ dir = "luautf8-0.2.1"
6
}
7
description = {
8
summary = "A UTF-8 support module for Lua",
0 commit comments