From: Brendan Hansen Date: Sun, 16 Oct 2022 03:39:19 +0000 (-0500) Subject: bumped version of vscode extension to '0.1.0' X-Git-Url: https://git.brendanfh.com/?a=commitdiff_plain;h=81e5d2f3838d1e90d94812f0e99f286de762fab3;p=onyx.git bumped version of vscode extension to '0.1.0' --- diff --git a/misc/vscode/LICENSE b/misc/vscode/LICENSE new file mode 100644 index 00000000..478ab51c --- /dev/null +++ b/misc/vscode/LICENSE @@ -0,0 +1,25 @@ +BSD 2-Clause License + +Copyright (c) 2022, Brendan Hansen +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/misc/vscode/onyx-0.0.1.vsix b/misc/vscode/onyx-0.0.1.vsix deleted file mode 100644 index b6d54696..00000000 Binary files a/misc/vscode/onyx-0.0.1.vsix and /dev/null differ diff --git a/misc/vscode/onyx-0.0.2.vsix b/misc/vscode/onyx-0.0.2.vsix deleted file mode 100644 index 1588c532..00000000 Binary files a/misc/vscode/onyx-0.0.2.vsix and /dev/null differ diff --git a/misc/vscode/onyx-0.0.3.vsix b/misc/vscode/onyx-0.0.3.vsix deleted file mode 100644 index 59266f93..00000000 Binary files a/misc/vscode/onyx-0.0.3.vsix and /dev/null differ diff --git a/misc/vscode/onyx-0.0.4.vsix b/misc/vscode/onyx-0.0.4.vsix index bcbdae29..27611667 100644 Binary files a/misc/vscode/onyx-0.0.4.vsix and b/misc/vscode/onyx-0.0.4.vsix differ diff --git a/misc/vscode/onyx-0.1.0.vsix b/misc/vscode/onyx-0.1.0.vsix new file mode 100644 index 00000000..28e74fa0 Binary files /dev/null and b/misc/vscode/onyx-0.1.0.vsix differ diff --git a/misc/vscode/package.json b/misc/vscode/package.json index 83d5e276..0d1899c2 100644 --- a/misc/vscode/package.json +++ b/misc/vscode/package.json @@ -2,7 +2,7 @@ "name": "onyx", "displayName": "Onyx", "description": "Onyx syntax highlighting.", - "version": "0.0.4", + "version": "0.1.0", "publisher": "brendanfh", "license": "BSD-2-Clause", "engines": {