Skip to content

Commit a408448

Browse files
committed
chore(bumpversion):fixed files path
1 parent 16b0db2 commit a408448

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ current_version = 2.4.1
33
commit = True
44
tag = False
55

6-
[bumpversion:file:app.manifest]
6+
[bumpversion:file:packages/splunk_plotly_collection_viz/app.manifest]
77
search = "version": "{current_version}"
88
replace = "version": "{new_version}"
99

10-
[bumpversion:file:default/app.conf]
10+
[bumpversion:file:packages/splunk_plotly_collection_viz/default/app.conf]
1111
search = version = {current_version}
1212
replace = version = {new_version}

0 commit comments

Comments
 (0)