bump version

This commit is contained in:
2021-12-09 16:09:17 +03:00
parent 19d8a93f3f
commit 93ed637537
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

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

View File

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