From c3adb5fd4f6044a3e4e7f04245e897d870f08639 Mon Sep 17 00:00:00 2001 From: stentibbing Date: Thu, 4 Nov 2021 11:13:26 +0200 Subject: [PATCH] Updated version number --- nm_scroller.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nm_scroller.php b/nm_scroller.php index 2270432..02ea74b 100644 --- a/nm_scroller.php +++ b/nm_scroller.php @@ -9,7 +9,7 @@ * Plugin Name: Nordic Milk Scroller * Plugin URI: https://www.taifuun.ee * Description: This plugin adds fading scroller with pagination. - * Version: 1.0.3 + * Version: 1.0.4 * Author: Taifuun * Author URI: https://www.taifuun.ee * License: GPL-2.0+ @@ -27,7 +27,7 @@ /** * Currently plugin version. */ -define( 'NM_SCROLLER_VERSION', '1.0.3' ); +define( 'NM_SCROLLER_VERSION', '1.0.4' ); /** * The code that runs during plugin activation.