Skip to content

Commit

Permalink
Bump version: 1.3.2 → 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BumpVersion Action committed Jan 16, 2024
1 parent 0227fc8 commit 169a9c1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.3.2
current_version = 1.4.0
commit = True
tag = True

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

[bumpversion:file:appserver/static/visualizations/3d_graph_network_topology_viz/package-lock.json]
search = "version": "{current_version}"
replace = "version": "{new_version}"
replace = "version": "{new_version}"
2 changes: 1 addition & 1 deletion app.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": {
"group": null,
"name": "splunk-3D-graph-network-topology-viz",
"version": "1.3.2"
"version": "1.4.0"
},
"author": [
{
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3d_graph_network_topology_viz",
"version": "1.3.2",
"version": "1.4.0",
"description": "Plot relationships between objects with force directed graph based on ThreeJS/WebGL.",
"main": "visualization.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ id = splunk-3D-graph-network-topology-viz

[id]
name = splunk-3D-graph-network-topology-viz
version = 1.3.2
version = 1.4.0

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

[triggers]
reload.algos = simple

0 comments on commit 169a9c1

Please sign in to comment.