diff --git a/README.md b/README.md index e9da722..e7e1237 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **Contributors:** brainstormforce **Tags:** astra theme, customizer hooks, astra hooks **Tested up to:** 6.5 -**Stable tag:** 1.0.3 +**Stable tag:** 1.0.2 **Requires at least:** 4.4 Add your content to Hooks in the Astra theme from the customizer. diff --git a/astra-hooks.php b/astra-hooks.php index a0e84ea..bd3902e 100644 --- a/astra-hooks.php +++ b/astra-hooks.php @@ -3,7 +3,7 @@ * Plugin Name: Astra Hooks * Plugin URI: https://wpastra.com/ * Description: Customizer Hooks for Theme. - * Version: 1.0.3 + * Version: 1.0.2 * Author: Brainstorm Force * Author URI: http://www.brainstormforce.com * Text Domain: astra-hooks @@ -43,7 +43,7 @@ function astra_hooks_init() { define( 'ASTRA_HOOKS_BASE', plugin_basename( ASTRA_HOOKS_FILE ) ); define( 'ASTRA_HOOKS_DIR', plugin_dir_path( ASTRA_HOOKS_FILE ) ); define( 'ASTRA_HOOKS_URI', plugins_url( '/', ASTRA_HOOKS_FILE ) ); - define( 'ASTRA_HOOKS_VER', '1.0.3' ); + define( 'ASTRA_HOOKS_VER', '1.0.2' ); /** * Astra Hooks diff --git a/readme.txt b/readme.txt index f817f25..2b467dd 100644 --- a/readme.txt +++ b/readme.txt @@ -2,7 +2,7 @@ Contributors: brainstormforce Tags: astra theme, customizer hooks, astra hooks Tested up to: 6.5 -Stable tag: 1.0.3 +Stable tag: 1.0.2 Requires at least: 4.4 Add your content to Hooks in the Astra theme from the customizer.