Skip to content

Commit

Permalink
Merge pull request #47 from khusika/release
Browse files Browse the repository at this point in the history
theme: Update to v1.0.1
  • Loading branch information
Khusika Dhamar Gusti authored Jul 22, 2021
2 parents ea9975a + 7a3d3d6 commit 7a2c0a3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ ignoreErrors = ["err-missing-comment-accesstoken", "err-missing-oembed-accesstok
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.0"
version = "1.0.1"

# Header config
# 页面头部导航栏配置
Expand Down
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 :(far
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.0"
version = "1.0.1"

# {{< 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 :(far
# whether to enable PWA support
enable = true
# service-worker version
version = "1.0.0"
version = "1.0.1"

# {{< 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.0"
version = "1.0.1"

# {{< version 0.2.0 >}} 应用图标配置
[params.app]
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.0" -}}
{{- .Scratch.Set "version" "1.0.1" -}}

{{- /* 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.0",
"version": "1.0.1",
"description": "FeelIt theme source file",
"private": true,
"dependencies": {
Expand Down

0 comments on commit 7a2c0a3

Please sign in to comment.