Skip to content

Commit

Permalink
Updating version.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Aug 3, 2024
1 parent 29e492d commit 8940865
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = function (grunt) {
{src: ['readme.txt'], dest: '/', filter: 'isFile'}, // includes files in path
{src: ['build/**'], dest: '/'}, // includes files in path and its subdirs
{src: ['dist/**'], dest: '/'}, // includes files in path and its subdirs
{src: ['assets/**'], dest: '/'}, // includes files in path and its subdirs
{src: ['lib/**'], dest: '/'}, // includes files in path and its subdirs
{src: ['includes/**'], dest: '/'}, // includes files in path and its subdirs
]
Expand Down
4 changes: 2 additions & 2 deletions photo-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Plugin URI: https://dlxpplugins.com/plugins/photo-block/
* Description: An easy to use, but comprehensive photo block for WordPress
* Author: DLX Plugins and WebberZone
* Version: 0.0.7
* Version: 0.0.8
* Requires at least: 5.1
* Requires PHP: 7.2
* Author URI: https://dlxplugins.com
Expand All @@ -17,7 +17,7 @@

namespace DLXPlugins\PhotoBlock;

define( 'PHOTO_BLOCK_VERSION', '0.0.7' );
define( 'PHOTO_BLOCK_VERSION', '0.0.8' );
define( 'PHOTO_BLOCK_CACHE_VERSION', '1.0.0' );
define( 'PHOTO_BLOCK_FILE', __FILE__ );

Expand Down

0 comments on commit 8940865

Please sign in to comment.