bump version

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

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "gitcheck", "name": "gitcheck",
"version": "0.0.3", "version": "0.1.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "gitcheck", "name": "gitcheck",
"version": "0.0.3", "version": "0.1.0",
"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,8 +2,8 @@
"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.0.3", "version": "0.1.0",
"preview": true, "preview": false,
"engines": { "engines": {
"vscode": "^1.62.0" "vscode": "^1.62.0"
}, },