Skip to content

Commit edfecaf

Browse files
committed
increment versions
1 parent 6c71418 commit edfecaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/SymbolGraphs/SymbolGraphABI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import SemanticVersions
33
@frozen public
44
enum SymbolGraphABI
55
{
6-
@inlinable public static var version:PatchVersion { .v(0, 11, 0) }
6+
@inlinable public static var version:PatchVersion { .v(0, 11, 1) }
77
}

Sources/UnidocRender/Formats/Unidoc.RenderFormat.Assets.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ extension Unidoc.RenderFormat.Assets
1919
/// To reduce cache churn, not all assets are versioned. For example, the fonts and
2020
/// the favicon do not use the version numbers.
2121
@inlinable public static
22-
var version:MajorVersion { .v(33) }
22+
var version:MajorVersion { .v(34) }
2323
}
2424
extension Unidoc.RenderFormat.Assets
2525
{

0 commit comments

Comments
 (0)