Skip to content

Commit

Permalink
Release 5.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Dec 19, 2023
1 parent 8a75ed7 commit 0bc0cd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@podlove/web-player-configurator",
"version": "5.7.2",
"version": "5.7.3",
"description": "Podlove Web Player Configurator",
"author": "Alexander Heimbuch <github@heimbu.ch>",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/plugin/podlove-web-player.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* Plugin Name: Podlove Web Player
* Plugin URI: https://docs.podlove.org/podlove-web-player/
* Description: Audio First Podcast Web Player
* Version: 5.7.2
* Version: 5.7.3
* Author: Podlove
* Author URI: http://podlove.org
* License: MIT
Expand All @@ -30,7 +30,7 @@
die;
}

define( 'PODLOVE_WEB_PLAYER_VERSION', '5.7.2' );
define( 'PODLOVE_WEB_PLAYER_VERSION', '5.7.3' );
define( 'PODLOVE_WEB_PLAYER_PATH', plugins_url( '', __FILE__ ) );

/**
Expand Down

0 comments on commit 0bc0cd7

Please sign in to comment.