From e7e236c495f24d5bbdfe197dd87f915610617874 Mon Sep 17 00:00:00 2001 From: Evan Herman Date: Fri, 26 Jun 2020 14:28:05 -0400 Subject: [PATCH] 1.3.2 --- .dev/tests/php/test-functions.php | 2 +- README.md | 2 +- functions.php | 2 +- package-lock.json | 2 +- package.json | 2 +- readme.txt | 2 +- style.css | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.dev/tests/php/test-functions.php b/.dev/tests/php/test-functions.php index 9c2659ebe..dd66f5f9e 100644 --- a/.dev/tests/php/test-functions.php +++ b/.dev/tests/php/test-functions.php @@ -28,7 +28,7 @@ function testActiveTheme() { */ function testVersionDefined() { - $this->assertEquals( '1.3.1', GO_VERSION ); + $this->assertEquals( '1.3.2', GO_VERSION ); } diff --git a/README.md b/README.md index 831c518f1..b625cc105 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

Go

+

Go

The most flexible Gutenberg-first WordPress theme built for go-getters everywhere.

diff --git a/functions.php b/functions.php index 8270ecb09..9fd509c4b 100755 --- a/functions.php +++ b/functions.php @@ -8,7 +8,7 @@ /** * Theme constants. */ -define( 'GO_VERSION', '1.3.1' ); +define( 'GO_VERSION', '1.3.2' ); /** * AMPP setup, hooks, and filters. diff --git a/package-lock.json b/package-lock.json index 82347e6de..8c9ae428f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "go", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1f2074a6f..a554e9e83 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "go", - "version": "1.3.1", + "version": "1.3.2", "description": "Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress.", "homepage": "https://github.com/godaddy-wordpress/go", "repository": { diff --git a/readme.txt b/readme.txt index 431feaa82..ae84cf6c6 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: one-column, custom-colors, custom-logo, custom-menu, editor-style, theme-o Requires at least: 5.0 Tested up to: 5.4 Requires PHP: 5.6.0 -Stable tag: 1.3.1 +Stable tag: 1.3.2 License: GPL-2.0-only License URI: https://www.gnu.org/licenses/license-list.html#GPLv2 diff --git a/style.css b/style.css index 898ee1f91..e32c54720 100755 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ * Description: Go is an innovative, Gutenberg-first WordPress theme, hyper-focused on empowering makers to build beautifully rich websites with WordPress. * Author: GoDaddy * Author URI: https://www.godaddy.com - * Version: 1.3.1 + * Version: 1.3.2 * Tested up to: 5.4 * Requires PHP: 5.6 * License: GPL-2.0