Skip to content

Commit 43f5a99

Browse files
author
BumpVersion Action
committed
Bump version: 1.3.1 → 1.3.2
1 parent 8239c95 commit 43f5a99

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.1
2+
current_version = 1.3.2
33
commit = True
44
tag = True
55

@@ -9,4 +9,4 @@ replace = "version": "{new_version}"
99

1010
[bumpversion:file:default/app.conf]
1111
search = version = {current_version}
12-
replace = version = {new_version}
12+
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.1"
8+
"version": "1.3.2"
99
},
1010
"author": [
1111
{

default/app.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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.1
16+
version = 1.3.2
1717

1818
[triggers]
1919
reload.algos = simple

0 commit comments

Comments
 (0)