Skip to content

Commit

Permalink
0.3.1: add AHK image
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Sep 2, 2024
1 parent f2c9859 commit 4b4e7b0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
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.3.1 - 2024-09-01

- Add modified AHK logo as extension icon

## 0.3.0 - 2024-09-01

- Update banner color to light green with light theme
Expand Down
Binary file added icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "helloworld-2022",
"displayName": "HelloWorld 2022",
"version": "0.3.0",
"version": "0.3.1",
"description": "Because helloworld was taken!",
"categories": [
"Other"
Expand Down Expand Up @@ -95,6 +95,7 @@
"engines": {
"vscode": "^1.92.0"
},
"icon": "icon.png",
"galleryBanner": {
"color": "#8cf287",
"theme": "light"
Expand Down

0 comments on commit 4b4e7b0

Please sign in to comment.