diff --git a/package.json b/package.json index fc5e98e0..6ff3bc33 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,21 @@ { "name": "halin", - "version": "0.0.5", + "description": "Halin helps you monitor and improve your Neo4j graph", + "version": "0.0.6", "neo4jDesktop": { "apiVersion": "^1.2.0" }, - "homepage": ".", + "icons": [ + { + "src": "img/halin-icon.png", + "type": "png" + } + ], + "repository": { + "type" : "git", + "url" : "https://github.com/moxious/halin.git" + }, + "homepage": "https://github.com/moxious/halin.git", "private": false, "dependencies": { "bluebird": "^3.5.2", diff --git a/public/img/halin-icon.png b/public/img/halin-icon.png new file mode 100644 index 00000000..e58ae311 Binary files /dev/null and b/public/img/halin-icon.png differ diff --git a/release-notes.md b/release-notes.md index c54ca77b..2b386718 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,3 +1,10 @@ # Halin Release Notes -- 0.0.5: first working published version +# 0.0.6 + +- Icons and package.json formatting to make Halin play +- nicely with the Neo4j Desktop UI + +# 0.0.5 + +- first working published version