Skip to content

Commit 7a3d3d6

Browse files
author
Khusika Dhamar Gusti
committed
theme: Update to v1.0.1
Signed-off-by: Khusika Dhamar Gusti <[email protected]>
1 parent ea9975a commit 7a3d3d6

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ ignoreErrors = ["err-missing-comment-accesstoken", "err-missing-oembed-accesstok
451451
# whether to enable PWA support
452452
enable = true
453453
# service-worker version
454-
version = "1.0.0"
454+
version = "1.0.1"
455455

456456
# Header config
457457
# 页面头部导航栏配置

exampleSite/content/posts/theme-documentation-basics/index.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ Please open the code block below to view the complete sample configuration :(far
221221
# whether to enable PWA support
222222
enable = true
223223
# service-worker version
224-
version = "1.0.0"
224+
version = "1.0.1"
225225

226226
# {{< version 0.2.0 >}} App icon config
227227
[params.app]

exampleSite/content/posts/theme-documentation-basics/index.fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Please open the code block below to view the complete sample configuration :(far
226226
# whether to enable PWA support
227227
enable = true
228228
# service-worker version
229-
version = "1.0.0"
229+
version = "1.0.1"
230230

231231
# {{< version 0.2.0 >}} App icon config
232232
[params.app]

exampleSite/content/posts/theme-documentation-basics/index.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ hugo
224224
# whether to enable PWA support
225225
enable = true
226226
# service-worker version
227-
version = "1.0.0"
227+
version = "1.0.1"
228228

229229
# {{< version 0.2.0 >}} 应用图标配置
230230
[params.app]

layouts/partials/init.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{{- .Scratch.Set "version" "1.0.0" -}}
1+
{{- .Scratch.Set "version" "1.0.1" -}}
22

33
{{- /* FeelIt theme version detection */ -}}
44
{{- $VERSION := "1.0.X" -}}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "feelit-src",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "FeelIt theme source file",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)