Skip to content

Commit 9bb75f1

Browse files
committed
1.11.1
1 parent f11d7e2 commit 9bb75f1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graph-lens-lite",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"main": "src/package/electron_app.js",
55
"description": "Visualise and explore property graphs in a lightweight desktop app.",
66
"homepage": "https://github.com/Delta4AI/GraphLensLite",

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Defaults for the graph, layouts and UI
33
*/
4-
const VERSION = "1.11.0";
4+
const VERSION = "1.11.1";
55

66
const DEFAULTS = {
77
NODE: {

0 commit comments

Comments
 (0)