diff --git a/kgv-pwa.php b/kgv-pwa.php index 7224ec0..36b6248 100644 --- a/kgv-pwa.php +++ b/kgv-pwa.php @@ -3,7 +3,7 @@ * Plugin Name: KGV PWA * Plugin URI: https://wordpress.apex-project.de/ * Description: Progressive Web App Unterstützung fuer KGV-Webseiten – Web App Manifest, Service Worker und Install-Banner. - * Version: 1.0.2 + * Version: 1.0.3 * Author: Ronny Grobel * Author URI: https://apex-project.de/ * Text Domain: kgv-pwa @@ -18,7 +18,7 @@ if ( ! defined( 'ABSPATH' ) ) { final class KGV_PWA_Plugin { - const VERSION = '1.0.2'; + const VERSION = '1.0.3'; const OPTION_KEY = 'kgv_pwa_settings'; const REWRITE_VERSION_OPTION = 'kgv_pwa_rewrite_version'; diff --git a/readme.txt b/readme.txt index 80174ae..be9bc88 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: ronnygrobel Tags: pwa, progressive web app, manifest, service worker, offline Requires at least: 6.0 Tested up to: 6.7 -Stable tag: 1.0.2 +Stable tag: 1.0.3 Requires PHP: 7.4 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html