Skip to content

Commit

Permalink
Update version tags to 10.1.2-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
nextgenthemes committed Jun 9, 2024
1 parent e1565e8 commit a975c15
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.1.2-alpha1
* Version: 10.1.2-alpha2
* Requires PHP: 7.4
* Requires at least: 6.2
* Author: Nicolas Jonas
Expand All @@ -20,7 +20,7 @@
*/
namespace Nextgenthemes\ARVE;

const VERSION = '10.1.2-alpha1';
const VERSION = '10.1.2-alpha2';
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.1.2-alpha1
Stable tag: 10.1.2-alpha2
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.1.2-alpha1
Stable tag: 10.1.2-alpha2
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.1.2-alpha1",
"version": "10.1.2-alpha2",
"textdomain": "advanced-responsive-video-embedder",
"supports": {
"align": [
Expand Down

0 comments on commit a975c15

Please sign in to comment.