diff options
| author | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-11 13:11:42 -0400 |
|---|---|---|
| committer | xXJSONDeruloXx <danielhimebauch@gmail.com> | 2026-09-11 13:11:42 -0400 |
| commit | d1990a2b630f7161342a9c854bce0fcf7a967a8d (patch) | |
| tree | 8fd60cc1b0f456192c94119ffb1b5027542c4494 /package.json | |
| parent | 4d14bc1086a1ba05acd01d7466749ff3cffba75f (diff) | |
| download | decky-lsfg-vk-d1990a2b630f7161342a9c854bce0fcf7a967a8d.tar.gz decky-lsfg-vk-d1990a2b630f7161342a9c854bce0fcf7a967a8d.zip | |
readme updates and version bump
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index f1bcda0..59a8aa5 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,12 @@ { "name": "decky-lsfg-vk", - "version": "0.12.8", + "version": "0.14.0", "description": "Use Lossless Scaling on the Steam Deck using the lsfg-vk vulkan layer", "type": "module", "scripts": { "build": "rollup -c", "watch": "rollup -c -w", - "test": "node --experimental-strip-types --test tests/steamLaunchOptions.test.ts tests/nowPlaying.test.ts && python3 -m unittest discover -s tests -p 'test_*.py'" + "test": "node --experimental-strip-types --test tests/steamLaunchOptions.test.ts tests/nowPlaying.test.ts && python3.12 -m unittest discover -s tests -p 'test_*.py'" }, "repository": { "type": "git", |
