Skip to content

Commit

Permalink
v1.4.0 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelwatt committed Jul 7, 2023
1 parent 7768259 commit cf52f07
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.0

Changes:
* ( build/ ) Updated to Method v1.4.0

---

## 1.3.9

Changes:
Expand Down
2 changes: 1 addition & 1 deletion build
Submodule build updated 270 files
2 changes: 1 addition & 1 deletion njk/templates/_globals-defaults.html
Original file line number Diff line number Diff line change
Expand Up @@ -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/" %}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit cf52f07

Please sign in to comment.