Skip to content

Commit 8552133

Browse files
committed
Update version to v0.16
1 parent eeb796b commit 8552133

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.seed-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ project:
66
oneLiner: "Highly customizable open source theme for Hugo based static websites"
77
description: |
88
Create your next website with Syna.
9-
version: "v0.15.2"
9+
version: "v0.16.0"
1010

1111
vision:
1212
type: "community"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.15.2
1+
v0.16.0

exampleSite/config-dev.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title = "Okkur - Syna"
66
theme = "syna"
77
themesDir = "../.."
88
enableGitInfo = true
9-
version = "0.15.2"
9+
version = "0.16.0"
1010
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
1111

1212
# Google Analytics tracking

exampleSite/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title = "Okkur - Syna"
66
theme = "syna"
77
themesDir = "../.."
88
enableGitInfo = true
9-
version = "0.15.2"
9+
version = "0.16.0"
1010
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
1111
ignorefiles = [ "content/dev/.*" ]
1212

exampleSite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-site",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"description": "Example Site for Syna theme for Hugo",
55
"main": "static-main/js/index.js",
66
"author": "Michael Grosser",

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify"
55

66
[context.production.environment]
7-
HUGO_VERSION = "0.58.3"
7+
HUGO_VERSION = "0.61.0"
88
HUGO_ENV = "production"
99

1010
[context.deploy-preview]
1111
command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify"
1212

1313
[context.deploy-preview.environment]
14-
HUGO_VERSION = "0.58.3"
14+
HUGO_VERSION = "0.61.0"
1515

1616
[context.branch-deploy]
1717
command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify"
1818

1919
[context.branch-deploy.environment]
20-
HUGO_VERSION = "0.58.3"
20+
HUGO_VERSION = "0.61.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syna",
3-
"version": "0.15.2",
3+
"version": "0.16.0",
44
"description": "Highly customizable open source theme for Hugo based static websites",
55
"main": "static-main",
66
"repository": "https://git.okkur.org/syna",

theme.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description = "A customizable one to multi page theme for open source projects,
55
homepage = "https://syna.okkur.org"
66
tags = [ "customizable", "blog", "responsive", "clean", "personal", "bootstrap", "portfolio", "company", "projects", "mobile", "search", "documentation" ]
77
features = [ "FAQ", "portfolio", "chart.js", "team showcase", "pricing", "events", "stripe", "contact form", "react portal" ]
8-
min_version = 0.58
8+
min_version = 0.61
99

1010
[author]
1111
name = "Okkur Labs"

0 commit comments

Comments
 (0)