Skip to content

Commit 169a9c1

Browse files
author
BumpVersion Action
committed
Bump version: 1.3.2 → 1.4.0
1 parent 0227fc8 commit 169a9c1

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.2
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55

@@ -17,4 +17,4 @@ replace = "version": "{new_version}"
1717

1818
[bumpversion:file:appserver/static/visualizations/3d_graph_network_topology_viz/package-lock.json]
1919
search = "version": "{current_version}"
20-
replace = "version": "{new_version}"
20+
replace = "version": "{new_version}"

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.2"
8+
"version": "1.4.0"
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.2",
3+
"version": "1.4.0",
44
"description": "Plot relationships between objects with force directed graph based on ThreeJS/WebGL.",
55
"main": "visualization.js",
66
"scripts": {

default/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ id = splunk-3D-graph-network-topology-viz
88

99
[id]
1010
name = splunk-3D-graph-network-topology-viz
11-
version = 1.3.2
11+
version = 1.4.0
1212

1313
[ui]
1414
is_visible = true
@@ -17,7 +17,7 @@ label = 3D Graph Network Topology Viz
1717
[launcher]
1818
author = Erica Pescio, Philipp Drieger, Greg Ainslie-Malik
1919
description = Graph Algorithms examples and Custom Visualization to plot relationships between objects with force directed graph based on ThreeJS/WebGL.
20-
version = 1.3.2
20+
version = 1.4.0
2121

2222
[triggers]
2323
reload.algos = simple

0 commit comments

Comments
 (0)