Skip to content

Commit 59174ba

Browse files
authored
v0.5.8.5
1 parent dfd4ad4 commit 59174ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

off-canvas-sidebars.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
* @author Jory Hogeveen <[email protected]>
44
* @package Off_Canvas_Sidebars
55
* @since 0.1.0
6-
* @version 0.5.8.4
6+
* @version 0.5.8.5
77
* @licence GPL-2.0+
88
* @link https://github.com/JoryHogeveen/off-canvas-sidebars
99
*
1010
* @wordpress-plugin
1111
* Plugin Name: Off-Canvas Sidebars & Menus (Slidebars)
1212
* Description: Add off-canvas sidebars using the Slidebars jQuery plugin
1313
* Plugin URI: https://wordpress.org/plugins/off-canvas-sidebars/
14-
* Version: 0.5.8.4
14+
* Version: 0.5.8.5
1515
* Author: Jory Hogeveen
1616
* Author URI: http://www.keraweb.nl
1717
* Text Domain: off-canvas-sidebars
@@ -44,7 +44,7 @@
4444

4545
if ( ! class_exists( 'OCS_Off_Canvas_Sidebars' ) && ! function_exists( 'off_canvas_sidebars' ) ) {
4646

47-
define( 'OCS_PLUGIN_VERSION', '0.5.8.4' );
47+
define( 'OCS_PLUGIN_VERSION', '0.5.8.5' );
4848
define( 'OCS_DOMAIN', 'off-canvas-sidebars' );
4949
define( 'OCS_FILE', __FILE__ );
5050
define( 'OCS_BASENAME', plugin_basename( OCS_FILE ) );

0 commit comments

Comments
 (0)