Skip to content

Commit 949c8e1

Browse files
committed
Bump version to v2.1.
1 parent f3732fd commit 949c8e1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<html>
33
<head>
4-
<title>Verifiable Credentials Data Model v2.0</title>
4+
<title>Verifiable Credentials Data Model v2.1</title>
55
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
66
<!--
77
=== NOTA BENE ===
@@ -18,22 +18,22 @@
1818
group: "vc",
1919

2020
// specification status (for example, WD, LCWD, NOTE, etc.). If in doubt use ED.
21-
specStatus: "REC",
21+
specStatus: "ED",
2222

2323
// the specification's short name, as in http://www.w3.org/TR/short-name/
24-
shortName: "vc-data-model-2.0",
24+
shortName: "vc-data-model-2.1",
2525

2626
// subtitle for the spec
2727
//subtitle: "Expressing information with verifiable provenance",
2828

2929
// if you wish the publication date to be other than today, set this
30-
publishDate: "2025-5-15",
30+
//publishDate: "2025-5-15",
3131
//crEnd: "2025-01-19",
3232
//prEnd: "2025-4-17",
33-
implementationReportURI: "https://w3c.github.io/vc-data-model-2.0-test-suite/",
34-
errata: "https://w3c.github.io/vc-data-model/errata.html",
33+
//implementationReportURI: "https://w3c.github.io/vc-data-model-2.0-test-suite/",
34+
//errata: "https://w3c.github.io/vc-data-model/errata.html",
3535
previousMaturity: "REC",
36-
previousPublishDate: "2022-03-03",
36+
previousPublishDate: "2025-05-15",
3737

3838
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
3939
// and its maturity status

0 commit comments

Comments
 (0)