File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ archived_version = false
115115# The version number for the version of the docs represented in this doc set.
116116# Used in the "version-banner" partial to display a version number for the
117117# current doc set.
118- version = " v0.4.1 "
118+ version = " v0.5.0 "
119119
120120# A link to latest version of the docs. Used in the "version-banner" partial to
121121# point people to the main doc site.
@@ -128,6 +128,10 @@ url_latest_version = "https://cdevents.dev/docs"
128128 version = " latest"
129129 url = " https://cdevents.dev/docs"
130130
131+ [[params .versions ]]
132+ version = " v0.4.1"
133+ url = " https://github.com/cdevents/spec/tree/v0.4.1/spec.md"
134+
131135[[params .versions ]]
132136 version = " v0.3.0"
133137 url = " https://github.com/cdevents/spec/tree/v0.3.0/spec.md"
You can’t perform that action at this time.
0 commit comments