Skip to content

Commit

Permalink
Update version tags to 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Jun 15, 2024
1 parent 08a70b8 commit 61a1053
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions advanced-responsive-video-embedder.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: ARVE Advanced Responsive Video Embedder
* Plugin URI: https://nextgenthemes.com/plugins/arve-pro/
* Description: Easy responsive video embeds via URL (like WordPress) or Shortcodes. Supports almost anything you can imagine.
* Version: 10.2.0
* Version: 10.2.1
* Requires PHP: 7.4
* Requires at least: 6.5
* Author: Nicolas Jonas
Expand All @@ -20,7 +20,7 @@
*/
namespace Nextgenthemes\ARVE;

const VERSION = '10.2.0';
const VERSION = '10.2.1';
const PRO_VERSION_REQUIRED = '6.0.0-alpha3';
const NUM_TRACKS = 3;
const PLUGIN_FILE = __FILE__;
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: embed, video, lazyload, lightbox, rumble
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 10.2.0
Stable tag: 10.2.1
License: GPL-3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion readme/01-header.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: embed, video, lazyload, lightbox, rumble
Requires at least: 6.5
Tested up to: 6.6
Requires PHP: 7.4
Stable tag: 10.2.0
Stable tag: 10.2.1
License: GPL-3.0
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"vimeo",
"odysee"
],
"version": "10.2.0",
"version": "10.2.1",
"textdomain": "advanced-responsive-video-embedder",
"supports": {
"align": [
Expand Down

0 comments on commit 61a1053

Please sign in to comment.