diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index df6e97b..eb1dd72 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,7 +23,7 @@ jobs: - name: Build project run: | mkdir disciple-tools-setup-wizard - cp -r disciple-tools-setup-wizard.php admin languages spinner.svg version-control.json LICENSE SECURITY.md disciple-tools-setup-wizard/ + cp -r disciple-tools-setup-wizard.php admin rest-api languages spinner.svg version-control.json LICENSE SECURITY.md disciple-tools-setup-wizard/ zip -r disciple-tools-setup-wizard.zip disciple-tools-setup-wizard - name: Create Release id: create_release diff --git a/disciple-tools-setup-wizard.php b/disciple-tools-setup-wizard.php index 975b216..94b7112 100755 --- a/disciple-tools-setup-wizard.php +++ b/disciple-tools-setup-wizard.php @@ -5,7 +5,7 @@ * Description: Disciple.Tools - Setup Wizard is intended to help developers and integrator jumpstart their extension of the Disciple.Tools system. * Text Domain: disciple-tools-setup-wizard * Domain Path: /languages - * Version: 0.2 + * Version: 0.2.1 * Author URI: https://github.com/cairocoder01 * GitHub Plugin URI: https://github.com/cairocoder01/disciple-tools-setup-wizard * Requires at least: 4.7.0 diff --git a/version-control.json b/version-control.json index 3c549d3..20cd622 100644 --- a/version-control.json +++ b/version-control.json @@ -1,6 +1,6 @@ { "name": "Disciple.Tools - Setup Wizard", - "version": "0.2", + "version": "0.2.1", "last_updated": "2023-05-15", "author": "cairocoder01", "author_homepage": "https://github.com/cairocoder01",