Skip to content

Commit

Permalink
Update version to v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
stp-ip committed Dec 31, 2019
1 parent eeb796b commit 8552133
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .seed-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project:
oneLiner: "Highly customizable open source theme for Hugo based static websites"
description: |
Create your next website with Syna.
version: "v0.15.2"
version: "v0.16.0"

vision:
type: "community"
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.15.2
v0.16.0
2 changes: 1 addition & 1 deletion exampleSite/config-dev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title = "Okkur - Syna"
theme = "syna"
themesDir = "../.."
enableGitInfo = true
version = "0.15.2"
version = "0.16.0"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]

# Google Analytics tracking
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title = "Okkur - Syna"
theme = "syna"
themesDir = "../.."
enableGitInfo = true
version = "0.15.2"
version = "0.16.0"
disableKinds = ["RSS", "taxonomy", "taxonomyTerm"]
ignorefiles = [ "content/dev/.*" ]

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "example-site",
"version": "0.15.2",
"version": "0.16.0",
"description": "Example Site for Syna theme for Hugo",
"main": "static-main/js/index.js",
"author": "Michael Grosser",
Expand Down
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
command = "HUGO_THEME=repo DEMO_MODE=true hugo --config config-dev.toml -d ../public --minify"

[context.production.environment]
HUGO_VERSION = "0.58.3"
HUGO_VERSION = "0.61.0"
HUGO_ENV = "production"

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

[context.deploy-preview.environment]
HUGO_VERSION = "0.58.3"
HUGO_VERSION = "0.61.0"

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

[context.branch-deploy.environment]
HUGO_VERSION = "0.58.3"
HUGO_VERSION = "0.61.0"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "syna",
"version": "0.15.2",
"version": "0.16.0",
"description": "Highly customizable open source theme for Hugo based static websites",
"main": "static-main",
"repository": "https://git.okkur.org/syna",
Expand Down
2 changes: 1 addition & 1 deletion theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "A customizable one to multi page theme for open source projects,
homepage = "https://syna.okkur.org"
tags = [ "customizable", "blog", "responsive", "clean", "personal", "bootstrap", "portfolio", "company", "projects", "mobile", "search", "documentation" ]
features = [ "FAQ", "portfolio", "chart.js", "team showcase", "pricing", "events", "stripe", "contact form", "react portal" ]
min_version = 0.58
min_version = 0.61

[author]
name = "Okkur Labs"
Expand Down

0 comments on commit 8552133

Please sign in to comment.