Skip to content

Commit

Permalink
theme: Update to v1.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Khusika Dhamar Gusti <[email protected]>
  • Loading branch information
khusika committed Sep 20, 2023
1 parent 2c4d2f1 commit 1d4b790
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Please open the code block below to view the complete sample configuration :(fa-
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.1"
version = "1.0.2"

# {{< version 0.2.0 >}} App icon config
[params.app]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Please open the code block below to view the complete sample configuration :(fa-
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.1"
version = "1.0.2"

# {{< version 0.2.0 >}} App icon config
[params.app]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ hugo
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.1"
version = "1.0.2"

# {{< version 0.2.0 >}} 应用图标配置
[params.app]
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ ignoreErrors = ["err-missing-comment-accesstoken", "err-missing-oembed-accesstok
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.1"
version = "1.0.2"

# Header config
# 页面头部导航栏配置
Expand Down
2 changes: 1 addition & 1 deletion layouts/partials/init.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- .Scratch.Set "version" "1.0.1" -}}
{{- .Scratch.Set "version" "1.0.2" -}}

{{- /* FeelIt theme version detection */ -}}
{{- $VERSION := "1.0.X" -}}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "feelit-src",
"version": "1.0.1",
"version": "1.0.2",
"description": "FeelIt theme source file",
"private": true,
"devDependencies": {
Expand Down

0 comments on commit 1d4b790

Please sign in to comment.