Skip to content

Commit 414188e

Browse files
committed
Bump to version 1.0.3
1 parent c66a5b4 commit 414188e

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

ui/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "neodash",
33
"description": "NeoDash - Neo4j Dashboard Builder",
4-
"version": "1.0.2",
4+
"version": "1.0.3",
55
"homepage": "https://nielsdejong.nl/neodash",
66
"neo4jDesktop": {
77
"apiVersion": "^1.2.0"
@@ -17,6 +17,9 @@
1717
"type": "png"
1818
}
1919
],
20+
"dist" : {
21+
"tarball": "https://neo.jfrog.io/neo/api/npm/npm/neo4j-db-analyzer/-/neo4j-db-analyzer-0.0.8.tgz"
22+
}
2023
"repository": {
2124
"type": "git",
2225
"url": "https://github.com/nielsdejong/neodash/"

ui/public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"short_name": "NeoDash",
33
"name": "NeoDash",
44
"homepage": "https://github.com/nielsdejong/neodash/",
5-
"version": "1.0.2",
5+
"version": "1.0.3",
66
"neo4jDesktop": {
77
"apiVersion": "^1.2.0"
88
},

ui/src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import appLogo from './logo.png'
77
const root = document.getElementById("root");
88
const url = "https://github.com/nielsdejong/neodash/";
99
const link = <u><a href={"https://github.com/nielsdejong/neodash/blob/master/README.md"} style={{color: "dimgrey"}}
10-
target={"_blank"}>NeoDash 1.0.2 - Neo4j Dashboard Builder</a></u>
10+
target={"_blank"}>NeoDash 1.0.3 - Neo4j Dashboard Builder</a></u>
1111
const copyrights = <div style={{textAlign: 'center', color: 'dimgrey'}}>{link}</div>;
1212
const footer = <Footer style={{backgroundColor: '#ddd'}} moreLinks={copyrights}></Footer>
1313
const logo = () => {

0 commit comments

Comments
 (0)