Skip to content

Commit

Permalink
Merge pull request #2 from Logius-standaarden/mrtn78-patch-102
Browse files Browse the repository at this point in the history
Update config.js versionnr, data, editors
  • Loading branch information
mrtn78 authored Jun 6, 2024
2 parents 051eecc + 1ef6e8f commit 437d775
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions js/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,27 @@ let respecConfig = {
shortName: "mod-ts",
specType: "HR",
specStatus: "DEF",
publishDate: "2024-03-07",
publishVersion: "1.0.1",
previousPublishVersion: "1.0.0",
previousPublishDate: "2023-12-21",
editors: [{
name: "Kennisplatform API's",
company: "Kennisplatform API's",
companyURL: "https://github.com/Geonovum/KP-APIs",
}],
publishDate: "2024-06-06",
publishVersion: "1.0.2",
previousPublishVersion: "1.0.1",
previousPublishDate: "2024-03-07",
editors: [
{
"company" : "Geonovum",
"companyURL" : "https://www.geonovum.nl",
"name" : "Frank Terpstra"
},
{
"company" : "Logius",
"companyURL" : "https://www.logius.nl",
"name" : "Alexander Green"
},
{
"company" : "Logius",
"companyURL" : "https://www.logius.nl",
"name" : "Martin van der Plas"
}
],
authors: [{
name: "Kennisplatform API's",
company: "Kennisplatform API's",
Expand Down

0 comments on commit 437d775

Please sign in to comment.