Skip to content

Commit b85f958

Browse files
committed
fix: update document version to 2.1 and lastUpdated date to June 15, 2026
1 parent 65d3699 commit b85f958

2 files changed

Lines changed: 18 additions & 4 deletions

File tree

ob_v3p0/impl/ob_impl_v3p0.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@
3737
specNature: 'informative', // spec nature is "normative" or "informative"
3838
specType: 'impl', // spec type is "main", "cert", "impl", "errata" or other agreed upon string
3939
specVersion: '3.0',
40-
docVersion: '2.0',
40+
docVersion: '2.1',
4141
specStatus: 'Final Release',
42-
specDate: 'Apr 7th, 2025',
42+
specDate: 'June 15th, 2026',
4343
contributors: _contributors,
4444
localBiblio: _localBiblio,
4545
iprs: _iprs,
@@ -277,7 +277,17 @@ <h1>Revision History</h1>
277277
</ul>
278278
</td>
279279
</tr>
280-
</tbody>
280+
<tr>
281+
<td>Final</td>
282+
<td>2.1</td>
283+
<td>June 15, 2026</td>
284+
<td>
285+
<ul>
286+
<li>Fixed errors in OpenAPI files.</li>
287+
</ul>
288+
</td>
289+
</tr>
290+
</tbody>
281291
</table>
282292
</section>
283293
</body>

ob_v3p0/microsites/v3p0/impl.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ category: Guide
44
title: Open Badges Implementation Guide
55
shortcode: OB-IMPL-30
66
status: Final
7-
lastUpdated: 2025-04-07
7+
lastUpdated: 2026-06-15
88
version: '3.0'
99
nature: informative
1010
docType: guide
@@ -156,6 +156,10 @@ releases:
156156
docVersion: 2.0
157157
date: 2025-04-07
158158
comments: Fixed some typos.
159+
- version: Final Release
160+
docVersion: 2.1
161+
date: 2026-06-15
162+
comments: Fixed errors in OpenAPI files.
159163
---
160164

161165
@standards/v3p0/impl/introduction.md

0 commit comments

Comments
 (0)