diff options
| author | s-ol <s+removethis@s-ol.nu> | 2026-04-13 18:06:13 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2026-04-13 18:06:40 +0000 |
| commit | c7646e26c8b47a9916e48122f040d2a30f129409 (patch) | |
| tree | 991adb77cf18a435263acfad6476dd458e2fa2a8 /abletonlink.c | |
| parent | implement callbacks (diff) | |
| download | lua-abletonlink-c7646e26c8b47a9916e48122f040d2a30f129409.tar.gz lua-abletonlink-c7646e26c8b47a9916e48122f040d2a30f129409.zip | |
bump version to 1.1.0
Diffstat (limited to 'abletonlink.c')
| -rw-r--r-- | abletonlink.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abletonlink.c b/abletonlink.c index c4a280e..f863df6 100644 --- a/abletonlink.c +++ b/abletonlink.c @@ -513,9 +513,9 @@ int luaopen_abletonlink(lua_State* L) { // register luax_register(L, abl_link_session_state_r); lua_pop(L, 1); - - lua_newtable(L); - lua_pushstring(L, "v1.0.0"); + + lua_newtable(L); + lua_pushstring(L, "v1.1.0"); lua_setfield(L, -2, "_VERSION"); luax_register(L, abletonlink); return 1; |
