Skip to content

Commit

Permalink
build: update to version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tolgaOzen committed Jun 9, 2024
1 parent ba4f4e5 commit ef3e800
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
node_modules
*.vsix
*.vsix
.idea
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
{
"version": "0.0.1",
"version": "0.1.0",
"configurations": [
{
"name": "Extension",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "perm",
"displayName": "perm",
"description": "Perm Authorization Language",
"version": "0.0.2",
"version": "0.1.0",
"engines": {
"vscode": "^1.60.0"
},
Expand Down

0 comments on commit ef3e800

Please sign in to comment.