Skip to content

Commit ca66086

Browse files
committed
Fix and automate manifest versions
1 parent f00d359 commit ca66086

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.bumpversion.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ serialize =
88
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<build>[\w_-]+\.\d+))?
99

1010
[bumpversion:file:.version]
11+
[bumpversion:file:manifest.json]

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "data-table",
3-
"version": "1.0.3",
3+
"version": "1.0.5",
44
"pluginApiVersion": "1.0.0",
55
"publicRoute": "public",
66
"singlePageAppIndex": "index.html",

0 commit comments

Comments
 (0)