Skip to content

Commit

Permalink
Prepare v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Feb 27, 2021
1 parent 422f236 commit 11d362f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ide-d",
"main": "./dist/ide-d",
"version": "0.2.1",
"version": "0.3.0",
"description": "D language and IDE support for Atom",
"keywords": [
"d",
Expand Down Expand Up @@ -113,5 +113,7 @@
"path-exists": "^4.0.0",
"semver": "^7.3.4"
},
"package-deps": ["atom-ide-base"]
"package-deps": [
"atom-ide-base"
]
}

0 comments on commit 11d362f

Please sign in to comment.