Skip to content

Commit bdf5eec

Browse files
committed
Bump version to v1.1.
1 parent eaf4781 commit bdf5eec

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 Credential Data Integrity 1.0</title>
4+
<title>Verifiable Credential Data Integrity 1.1</title>
55
<meta http-equiv='Content-Type' content='text/html;charset=utf-8'/>
66
<!--
77
=== NOTA BENE ===
@@ -16,30 +16,30 @@
1616
<script type="text/javascript" class="remove">
1717
var respecConfig = {
1818
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use ED.
19-
specStatus: "REC",
19+
specStatus: "ED",
2020

2121
// the specification's short name, as in http://www.w3.org/TR/short-name/
22-
shortName: "vc-data-integrity",
22+
shortName: "vc-data-integrity-1.1",
2323

2424
// subtitle
2525
subtitle: "Securing the Integrity of Verifiable Credential Data",
2626

2727
// if you wish the publication date to be other than today, set this
28-
publishDate: "2025-5-15",
28+
//publishDate: "2025-5-15",
2929
//crEnd: "2025-01-19",
3030
//prEnd: "2025-4-17",
3131

3232
// if there is a previously published draft, uncomment this and set its YYYY-MM-DD date
3333
// and its maturity status
34-
// previousPublishDate: "1977-03-15",
35-
// previousMaturity: "WD",
34+
previousPublishDate: "2025-5-15",
35+
previousMaturity: "REC",
3636

3737
// if there a publicly available Editor's Draft, this is the link
3838
edDraftURI: "https://w3c.github.io/vc-data-integrity/",
3939
errata: "https://w3c.github.io/vc-data-integrity/errata.html",
4040

4141
// if this is a LCWD, uncomment and set the end of its review period
42-
implementationReportURI: "https://w3c.github.io/vc-data-integrity/implementations/",
42+
//implementationReportURI: "https://w3c.github.io/vc-data-integrity/implementations/",
4343

4444
// if you want to have extra CSS, append them to this list
4545
// it is recommended that the respec.css stylesheet be kept

0 commit comments

Comments
 (0)