Skip to content

Commit 74491d9

Browse files
committed
chore(version): bump version to 0.2.0
1 parent 6f925a4 commit 74491d9

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

.luarc.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"diagnostics": {
3+
"globals": ["_TEST", "inspect"],
4+
"disable": ["deprecated", "invisible"],
5+
"ignoredFiles": "Disable"
6+
},
7+
"workspace": {
8+
"ignoreDir": ["spec/json_spec.lua"],
9+
"library": [
10+
"~/.cache/lua/busted",
11+
"~/.cache/lua/luafilesystem",
12+
"~/.cache/lua/luassert",
13+
"~/.cache/lua/pl"
14+
]
15+
}
16+
}

types/evdev.d.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
---Lua bindings for Linux evdev devices and /dev/uinput virtual devices.
99
---
1010
---@class evdev
11-
---@field _VERSION "evdev 0.1.0"
11+
---@field _VERSION "evdev 0.2.0"
1212
---@field _core evdev._core
1313
---@field device evdev.device
1414
---@field devices evdev.devices

0 commit comments

Comments
 (0)