aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorDeterminant <[email protected]>2024-08-26 13:24:40 -0700
committerDeterminant <[email protected]>2024-08-26 13:28:25 -0700
commit3628669dff65acb2c4c6df6d3f1fb593930acb24 (patch)
tree0cf7eeb0fb5a1280ef8bf1aa2282bbdb9b8b4ed2 /package.json
parent617a6a9862bcb4f05ea73bb37893d387664f514a (diff)
v0.0.3 (auto x-plane detection and upstream bug fixes)
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 5609c43..8109812 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "loupe-flightdeck",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Turn your stream deck into a flight deck!",
"repository": {
"type": "git",
@@ -11,7 +11,7 @@
},
"dependencies": {
"canvas": "^2.11.2",
- "loupedeck": "^6.0.0",
+ "loupedeck": "^6.0.1",
"yaml": "^2.5.0"
},
"bin": "./app.mjs"