diff --git a/composer.json b/composer.json index 170a614..c617b89 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description": "WordPress Database Objects - Work with posts and taxonomies, including queries and custom type registration, using OOP style.", "type": "library", "license": "GPL-v2-or-later", - "version": "1.1.0", + "version": "1.1.1", "authors": [ { "name": "Elegant Themes", diff --git a/src/Post/BaseObject.php b/src/Post/BaseObject.php index 4795c1e..7425fea 100644 --- a/src/Post/BaseObject.php +++ b/src/Post/BaseObject.php @@ -1,6 +1,6 @@