diff --git a/CHANGELOG.md b/CHANGELOG.md index 71327f1..0f52925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.4.0 + +Changes: +* ( build/ ) Updated to Method v1.4.0 + +--- + ## 1.3.9 Changes: diff --git a/build b/build index b01c37f..38ad077 160000 --- a/build +++ b/build @@ -1 +1 @@ -Subproject commit b01c37f970bf682180465ab23203552a031cdbf9 +Subproject commit 38ad077bfccfe11e514a30fc1e8aebd31f79e700 diff --git a/njk/templates/_globals-defaults.html b/njk/templates/_globals-defaults.html index b976c10..3ace4d7 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.10" %} +{% set theme_version = "1.4.0" %} {% 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 add6cdd..7887c80 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "method-generator", - "version": "1.3.9", + "version": "1.4.0", "description": "This project allows you to rapidly create custom builds of the Method theme using Gulp and Nunjucks.", "main": "index.js", "scripts": {