We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f00d359 commit ca66086Copy full SHA for ca66086
2 files changed
.bumpversion.cfg
@@ -8,3 +8,4 @@ serialize =
8
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<build>[\w_-]+\.\d+))?
9
10
[bumpversion:file:.version]
11
+[bumpversion:file:manifest.json]
manifest.json
@@ -1,6 +1,6 @@
1
{
2
"name": "data-table",
3
- "version": "1.0.3",
+ "version": "1.0.5",
4
"pluginApiVersion": "1.0.0",
5
"publicRoute": "public",
6
"singlePageAppIndex": "index.html",
0 commit comments