This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22 "name" : " @woocommerce/block-library" ,
33 "title" : " WooCommerce Blocks" ,
44 "author" : " Automattic" ,
5- "version" : " 2.5.4 " ,
5+ "version" : " 2.5.5 " ,
66 "description" : " WooCommerce blocks for the Gutenberg editor." ,
77 "homepage" : " https://github.com/woocommerce/woocommerce-gutenberg-products-block/" ,
88 "keywords" : [
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public static function container( $reset = false ) {
8484 NewPackage::class,
8585 function ( $ container ) {
8686 // leave for automated version bumping.
87- $ version = '2.5.4 ' ;
87+ $ version = '2.5.5 ' ;
8888 return new NewPackage (
8989 $ version ,
9090 dirname ( __DIR__ )
Original file line number Diff line number Diff line change 33 * Plugin Name: WooCommerce Blocks
44 * Plugin URI: https://github.com/woocommerce/woocommerce-gutenberg-products-block
55 * Description: WooCommerce blocks for the Gutenberg editor.
6- * Version: 2.5.4
6+ * Version: 2.5.5
77 * Author: Automattic
88 * Author URI: https://woocommerce.com
99 * Text Domain: woo-gutenberg-products-block
You can’t perform that action at this time.
0 commit comments