Skip to content

Commit

Permalink
Release version 1.0.3 (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: friedbrice <[email protected]>
  • Loading branch information
github-actions[bot] and friedbrice authored Jan 21, 2024
1 parent 754eecf commit 25ca688
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "alloglot",
"displayName": "Alloglot",
"description": "Language agnostic IDE for VS Code",
"version": "1.0.2",
"version": "1.0.3",
"publisher": "friedbrice",
"license": "SEE LICENSE IN LICENSE.md",
"repository": {
Expand All @@ -15,7 +15,9 @@
"engines": {
"vscode": "^1.85.0"
},
"activationEvents": ["*"],
"activationEvents": [
"*"
],
"main": "./dist/extension.js",
"contributes": {
"commands": [
Expand Down

0 comments on commit 25ca688

Please sign in to comment.