From 11c5946bc37df0f3513559517cc6a5439c232e39 Mon Sep 17 00:00:00 2001 From: Aarron Lee Date: Sun, 24 Dec 2023 20:15:11 -0500 Subject: [PATCH] update license + ver num in package.json --- LICENSE | 3 ++- package.json | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index ac7e108..190a75f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,7 @@ BSD 3-Clause License -Copyright (c) 2023, Hypothetical Plugin Developer +Copyright (c) 2023, Aarron Lee +py_modules/legion_hid.py - MIT LICENSE - Copyright (c) 2019 Austin Morton Original Copyright (c) 2022-2023, Steam Deck Homebrew All rights reserved. diff --git a/package.json b/package.json index 558278a..016fe3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decky-plugin-template", - "version": "0.0.5", + "version": "0.0.6", "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack", "scripts": { "build": "shx rm -rf dist && rollup -c",