bumped version of vscode extension to '0.1.0'
authorBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 16 Oct 2022 03:39:19 +0000 (22:39 -0500)
committerBrendan Hansen <brendan.f.hansen@gmail.com>
Sun, 16 Oct 2022 03:39:19 +0000 (22:39 -0500)
misc/vscode/LICENSE [new file with mode: 0644]
misc/vscode/onyx-0.0.1.vsix [deleted file]
misc/vscode/onyx-0.0.2.vsix [deleted file]
misc/vscode/onyx-0.0.3.vsix [deleted file]
misc/vscode/onyx-0.0.4.vsix
misc/vscode/onyx-0.1.0.vsix [new file with mode: 0644]
misc/vscode/package.json

diff --git a/misc/vscode/LICENSE b/misc/vscode/LICENSE
new file mode 100644 (file)
index 0000000..478ab51
--- /dev/null
@@ -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 (file)
index b6d5469..0000000
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 (file)
index 1588c53..0000000
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 (file)
index 59266f9..0000000
Binary files a/misc/vscode/onyx-0.0.3.vsix and /dev/null differ
index bcbdae298514b57f4e7a2edaf77cd6df53998327..2761166797a396dbe9890dbf4ea180a05b636720 100644 (file)
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 (file)
index 0000000..28e74fa
Binary files /dev/null and b/misc/vscode/onyx-0.1.0.vsix differ
index 83d5e27658b1c673701d5037906e5fc08bcca2f0..0d1899c2c8bea50d8569757e2787e173ffb6f973 100644 (file)
@@ -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": {