From ed1b53e1708eb954a508f7b4ca917fd4c39fdacd Mon Sep 17 00:00:00 2001 From: Ahsan Bagwan Date: Tue, 8 Sep 2020 23:59:13 +0530 Subject: [PATCH] #363 Increment the next version --- src/main/resources/templates/validate_map_metadata.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/templates/validate_map_metadata.html b/src/main/resources/templates/validate_map_metadata.html index 338aa2626..63f80d809 100644 --- a/src/main/resources/templates/validate_map_metadata.html +++ b/src/main/resources/templates/validate_map_metadata.html @@ -20,7 +20,7 @@ .done(function (msg) { $("#mapNameBlock").append('' + '' + - '' + + '' + '' + '' + '
Map name' + msg.displayName + '
Next version' + msg.nextVersion + '
Next version' + (parseInt(msg.nextVersion, 10) + 1) + '
Folder name' + msg.folderName + '
File names' + Object.entries(msg.fileNames).map(arr => arr[1]).join(', ') + '
');