Skip to content

Commit

Permalink
version 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hanjoosten committed Jul 18, 2018
1 parent 9069f96 commit 8de5b59
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## [0.0.4] - 2018-07-18

- Add logo.

## [0.0.3] - 2018-07-18

- Some more initial work.
Expand Down
Binary file added images/ampersandLogo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package-lock.json

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

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "language-ampersand",
"displayName": "Ampersand language support",
"version": "0.0.3",
"version": "0.0.4",
"publisher": "AmpersandTarski",
"description": "Language support for Ampersand scripts",
"categories": [
Expand All @@ -11,6 +11,11 @@
"engines": {
"vscode": "^0.10.2"
},
"icon": "images/ampersandLogo.png",
"galleryBanner": {
"color": "#293845",
"theme": "dark"
},
"activationEvents": [
"onLanguage:ampersand"
],
Expand Down

0 comments on commit 8de5b59

Please sign in to comment.