Skip to content

Commit 51d804b

Browse files
Update version
1 parent 9734d44 commit 51d804b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ LUALIB_API int luaopen_webview(lua_State *l) {
280280
luaL_setfuncs(l, reg, 0);
281281
lua_pushliteral(l, "Lua webview");
282282
lua_setfield(l, -2, "_NAME");
283-
lua_pushliteral(l, "0.1");
283+
lua_pushliteral(l, "1.0");
284284
lua_setfield(l, -2, "_VERSION");
285285
return 1;
286286
}

0 commit comments

Comments
 (0)