We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1947dc9 commit 4f89629Copy full SHA for 4f89629
1 file changed
src/evdev/init.lua
@@ -1,5 +1,5 @@
1
return setmetatable({
2
- _VERSION = "evdev 0.2.0", -- x-release-please-version
+ _VERSION = "evdev 0.1.0", -- x-release-please-version
3
}, {
4
__index = function(t, k)
5
local modname = "evdev." .. tostring(k)
0 commit comments