diff --git a/CHANGELOG.md b/CHANGELOG.md index 49697cd..71327f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.3.9 + +Changes: +* ( build/ ) Updated to Method v1.3.9 + +--- + ## 1.3.8 Implemented Method v1.3.8 changes. diff --git a/build b/build index 18bfb28..487d410 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit 18bfb28fd0a96e89260ca55b059baefb50f0e128 +Subproject commit 487d41008f070a4ebd5278d71d5d9426044178d6 diff --git a/njk/templates/_globals-defaults.html b/njk/templates/_globals-defaults.html index b59554b..0bb60fb 100644 --- a/njk/templates/_globals-defaults.html +++ b/njk/templates/_globals-defaults.html @@ -10,7 +10,7 @@ {% set theme_name = "Method" %} {% set theme_uri = "https://github.com/pixelwatt/method" %} {% set theme_description = "A barebones foundation for custom theme development." %} -{% set theme_version = "1.3.8" %} +{% set theme_version = "1.3.9" %} {% set theme_license = "GNU General Public License v2 or later" %} {% set theme_author = "Rob Clark" %} {% set theme_author_uri = "https://robclark.io/" %} diff --git a/package.json b/package.json index 85a78dc..add6cdd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "method-generator", - "version": "1.3.5", + "version": "1.3.9", "description": "This project allows you to rapidly create custom builds of the Method theme using Gulp and Nunjucks.", "main": "index.js", "scripts": {