Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidsector9 committed Apr 2, 2024
1 parent 2faecf9 commit 81b413f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions 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": "@10up/simple-podcasting",
"version": "1.7.0",
"version": "1.8.0",
"description": "A simple podcasting solution for WordPress. ",
"homepage": "https://github.com/10up/simple-podcasting",
"bugs": {
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: simple podcasting, podcasting, podcast, apple podcasts, episo
Requires at least: 5.7
Tested up to: 6.4
Requires PHP: 7.4
Stable tag: 1.7.0
Stable tag: 1.8.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down
4 changes: 2 additions & 2 deletions simple-podcasting.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Simple Podcasting
* Plugin URI: https://github.com/10up/simple-podcasting
* Description: Easily set up multiple podcast feeds using built-in WordPress posts. Includes a podcast block for the new WordPress editor.
* Version: 1.7.0
* Version: 1.8.0
* Requires PHP: 7.4
* Author: 10up
* Author URI: http://10up.com/
Expand Down Expand Up @@ -63,7 +63,7 @@ function() {
return;
}

define( 'PODCASTING_VERSION', '1.7.0' );
define( 'PODCASTING_VERSION', '1.8.0' );
define( 'PODCASTING_PATH', dirname( __FILE__ ) . '/' );
define( 'PODCASTING_URL', plugin_dir_url( __FILE__ ) );
define( 'PODCASTING_TAXONOMY_NAME', 'podcasting_podcasts' );
Expand Down

0 comments on commit 81b413f

Please sign in to comment.