bump version

This commit is contained in:
2021-12-07 15:25:06 +03:00
parent d4c2614d8e
commit 13748f482c
2 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "gitcheck",
"version": "0.0.3",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "gitcheck",
"version": "0.0.3",
"version": "0.1.0",
"devDependencies": {
"@types/glob": "^7.1.4",
"@types/mocha": "^9.0.0",

View File

@@ -2,8 +2,8 @@
"name": "gitcheck",
"displayName": "Git User Check",
"description": "Checking the user's compliance with the repository",
"version": "0.0.3",
"preview": true,
"version": "0.1.0",
"preview": false,
"engines": {
"vscode": "^1.62.0"
},