Skip to content

Commit 9ce30de

Browse files
authored
1.1.0
1 parent 7264db3 commit 9ce30de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gutenberg-patterns-sync.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/*
33
Plugin Name: Gutenberg Patterns Sync (Export/Import)
4-
Version: 1.0.0
4+
Version: 1.1.0
55
License: GPL3.0+
66
Plugin URI: https://maximeculea.fr
77
Description: Export and import block patterns (wp_block) as JSON via WP-CLI. Dev‑oriented to sync local patterns with other environments (staging, production).
@@ -15,7 +15,7 @@
1515
}
1616

1717
// Plugin constants
18-
define( 'MC_PATTERNS_CLI_VERSION', '1.0.0' );
18+
define( 'MC_PATTERNS_CLI_VERSION', '1.1.0' );
1919
define( 'MC_PATTERNS_CLI_MIN_PHP_VERSION', '7.4' );
2020

2121
// Plugin URL and PATH

0 commit comments

Comments
 (0)