Skip to content

Commit 6bd5fad

Browse files
committed
Bumped version to 1.3.1
1 parent bf46d40 commit 6bd5fad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": {
66
"group": null,
77
"name": "splunk-3D-graph-network-topology-viz",
8-
"version": "1.3.0"
8+
"version": "1.3.1"
99
},
1010
"author": [
1111
{

appserver/static/visualizations/3d_graph_network_topology_viz/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

appserver/static/visualizations/3d_graph_network_topology_viz/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "3d_graph_network_topology_viz",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Plot relationships between objects with force directed graph based on ThreeJS/WebGL.",
55
"main": "visualization.js",
66
"type": "module",

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ label = 3D Graph Network Topology Viz
1313
[launcher]
1414
author = Erica Pescio, Philipp Drieger, Greg Ainslie-Malik
1515
description = Graph Algorithms examples and Custom Visualization to plot relationships between objects with force directed graph based on ThreeJS/WebGL.
16-
version = 1.3.0
16+
version = 1.3.1
1717

0 commit comments

Comments
 (0)