Skip to content

Commit 22bbb8c

Browse files
authored
Release 0.14.3 preparation (#424)
1 parent 209c30e commit 22bbb8c

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module github.com/google/docsy-example
22

33
go 1.12
44

5-
require github.com/google/docsy v0.14.2
5+
require github.com/google/docsy v0.14.3
66

77
// cSpell:ignore github docsy

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3 h1:/iluJkJiyTAdnqrw3Yi9rH2HNHhrrtCmj8VJe7I6o3w=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3-
github.com/google/docsy v0.14.2 h1:XJud05ZWCUFgvE9G1KdxhGsDdr7OmWYdnWPxrclIPWE=
4-
github.com/google/docsy v0.14.2/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU=
3+
github.com/google/docsy v0.14.3 h1:4uFgPWTPj4NT79IboVkXGi49LLQadLVfU4WNOfD/s74=
4+
github.com/google/docsy v0.14.3/go.mod h1:1Fj1W1O3esZh7IBQ8XAYtxtg10udBXuGI89+LUQc1AU=
55
github.com/twbs/bootstrap v5.3.8+incompatible h1:eK1fsXP7R/FWFt+sSNmmvUH9usPocf240nWVw7Dh02o=
66
github.com/twbs/bootstrap v5.3.8+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

hugo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ languages:
6161
params:
6262
description: A Docsy example site
6363
# cSpell:disable
64-
'no':
64+
no:
6565
languageName: Norsk
6666
contentDir: content/no
6767
title: Gulldoks
@@ -129,10 +129,10 @@ params:
129129
# The version number for the version of the docs represented in this doc set.
130130
# Used in the "version-banner" partial to display a version number for the
131131
# current doc set.
132-
version: 0.14.2
132+
version: 0.14.3
133133

134134
# Internal version number with build ID.
135-
versionWithBuildId: 0.14.2
135+
versionWithBuildId: 0.14.3
136136

137137
# Repository configuration (URLs for in-page links to opening issues and suggesting changes)
138138
github_repo: https://github.com/google/docsy-example

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsy-example-site",
3-
"version": "0.14.2",
3+
"version": "0.14.3",
44
"version.next": "0.14.2-dev-unreleased",
55
"description": "Example site that uses Docsy theme for technical documentation.",
66
"repository": "github:google/docsy-example",

0 commit comments

Comments
 (0)