Skip to content

Commit

Permalink
Fix up bad branding on marketplace
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPenner committed Sep 27, 2022
1 parent 7383c4f commit 07ae540
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.0.6

- Updates to extension description

## 0.0.5

- Prepare for publishing to the VSCode marketplace
Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"displayName": "Unison Language",
"publisher": "unison-lang",
"description": "Official extension for unison language support",
"version": "0.0.5",
"version": "0.0.6",
"icon": "images/unison.png",
"main": "./out/main.js",
"engines": {
Expand All @@ -23,9 +23,6 @@
"onLanguage:unison"
],
"author": "Unison Computing",
"galleryBanner": {
"color": "#41424B"
},
"contributes": {
"languages": [
{
Expand Down

0 comments on commit 07ae540

Please sign in to comment.