Skip to content

Commit

Permalink
Update shared library versions #220
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Sep 16, 2023
1 parent 069a5ce commit 4de3724
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/bobbfunc.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php // (C) Copyright Bobbing Wide 2009-2021
<?php // (C) Copyright Bobbing Wide 2009-2023
if ( !defined( "BOBBFUNC_INCLUDED" ) ) {
define( "BOBBFUNC_INCLUDED", "3.4.2" );
define( "BOBBFUNC_INCLUDED", "3.4.3" );

/**
* HTML output library functions
Expand Down
2 changes: 1 addition & 1 deletion libs/oik-sc-help.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php // (C) Copyright Bobbing Wide 2012-2023
if ( !defined( "OIK_SC_HELP_INCLUDED" ) ) {
define( "OIK_SC_HELP_INCLUDED", "3.4.0" );
define( "OIK_SC_HELP_INCLUDED", "3.4.1" );

/**
* Shortcode help
Expand Down

0 comments on commit 4de3724

Please sign in to comment.