diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ac1497..277a701 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.0.0](https://github.com/armandphilippot/post-types-query-block/compare/v0.1.0...v1.0.0) (2021-04-10) + ## 0.1.0 (2021-04-10) diff --git a/package-lock.json b/package-lock.json index d592494..a1f8b28 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "post-types-query", - "version": "0.1.0", + "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index fc388c2..ccc525a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "post-types-query", - "version": "0.1.0", + "version": "1.0.0", "description": "Display a list of posts based on (custom) post types.", "author": "Armand Philippot", "license": "GPL-2.0-or-later", diff --git a/post-types-query.php b/post-types-query.php index 2628e9d..d9a8d19 100644 --- a/post-types-query.php +++ b/post-types-query.php @@ -16,7 +16,7 @@ * Plugin Name: Post Types Query Block * Plugin URI: https://github.com/armandphilippot/post-types-query-block * Description: Display a list of posts based on (custom) post types. - * Version: 0.1.0 + * Version: 1.0.0 * Requires at least: 5.2 * Requires PHP: 7.2 * Author: Armand Philippot @@ -37,7 +37,7 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'PTQBLOCK_VERSION', '0.1.0' ); +define( 'PTQBLOCK_VERSION', '1.0.0' ); if ( file_exists( __DIR__ . '/vendor/autoload.php' ) ) { require_once __DIR__ . '/vendor/autoload.php'; diff --git a/readme.txt b/readme.txt index ac04916..1476591 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Tags: block Requires at least: 5.2 Tested up to: 5.2 Requires PHP: 7.2 -Stable tag: 0.1.0 +Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html