diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/index.html b/index.html index 20f3a8a..201437d 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ group: "vc", // specification status (e.g., WD, NOTE, etc.). If in doubt use ED. - specStatus: "FPWD", + specStatus: "ED", // the specification's short name, as in http://www.w3.org/TR/short-name/ shortName: "vc-jws-2020", @@ -43,13 +43,15 @@ // if there a publicly available Editor's Draft, this is the link edDraftURI: "https://w3c.github.io/vc-jws-2020/", + latestVersion: "https://www.w3.org/community/reports/credentials/CG-FINAL-lds-jws2020-20220721/", + // editors, add as many as you like // only "name" is required editors: [ { name: "Orie Steele", company: "Transmute", - companyURL: "https://www.transmute.industries/", + companyURL: "https://transmute.industries/", w3cid: 109171 }, {