| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /** |
| 3 | 3 | * Plugin Name: ActivityPub |
| 4 | 4 | * Plugin URI: https://github.com/Automattic/wordpress-activitypub |
| 5 | 5 | * Description: The ActivityPub protocol is a decentralized social networking protocol based upon the ActivityStreams 2.0 data format. |
| 6 | - * Version: 9.2.2 | |
| 6 | + * Version: 9.2.1 | |
| 7 | 7 | * Author: Matthias Pfefferle & Automattic |
| 8 | 8 | * Author URI: https://automattic.com/ |
| 9 | 9 | * License: MIT |
| 10 | 10 | * License URI: http://opensource.org/licenses/MIT |
| @@ -16,9 +16,9 @@ | ||
| 16 | 16 | */ |
| 17 | 17 | |
| 18 | 18 | namespace Activitypub; |
| 19 | 19 | |
| 20 | -\define( 'ACTIVITYPUB_PLUGIN_VERSION', '9.2.2' ); | |
| 20 | +\define( 'ACTIVITYPUB_PLUGIN_VERSION', '9.2.1' ); | |
| 21 | 21 | |
| 22 | 22 | // Plugin related constants. |
| 23 | 23 | \define( 'ACTIVITYPUB_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); |
| 24 | 24 | \define( 'ACTIVITYPUB_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); |