Skip to content

Commit

Permalink
Release 5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-heimbuch committed Oct 16, 2022
1 parent c376cd7 commit 1a5e3f2
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.0",
"version": "5.7.1",
"description": "Podlove Web Player Configurator",
"author": "Alexander Heimbuch <[email protected]>",
"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.0
* Version: 5.7.1
* Author: Podlove
* Author URI: http://podlove.org
* License: MIT
Expand All @@ -30,7 +30,7 @@
die;
}

define( 'PODLOVE_WEB_PLAYER_VERSION', '5.7.0' );
define( 'PODLOVE_WEB_PLAYER_VERSION', '5.7.1' );
define( 'PODLOVE_WEB_PLAYER_PATH', plugins_url( '', __FILE__ ) );

/**
Expand Down

0 comments on commit 1a5e3f2

Please sign in to comment.