diff --git a/LICENSE b/LICENSE index 5a58fcf..f0267ee 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2023 Heta project +Copyright (c) 2019-2024 Heta project Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/package-lock.json b/package-lock.json index 630b5ea..c538f41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "heta-highlight-vscode", - "version": "0.1.10", + "version": "0.1.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "heta-highlight-vscode", - "version": "0.1.9", + "version": "0.1.10", "license": "MIT", "devDependencies": { "@vscode/vsce": "^2.22.0", diff --git a/package.json b/package.json index 313e590..b4e7af4 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Heta highlight VSCode", "publisher": "insysbio", "description": "The package is plugin for VSCode editor to highlight Heta language code", - "version": "0.1.10", + "version": "0.1.11", "engines": { "vscode": "^1.37.0" },