Skip to content

Commit d7fd4e7

Browse files
committed
Version bump
1 parent 9d24a36 commit d7fd4e7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "dss-web/gravityforms-uploads-azure",
33
"description": "Add support for offloading Gravity Forms Uploads to the Microsoft Azure cloud.",
44
"type": "wordpress-plugin",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"license": "GPL-3.0-or-later",
77
"prefer-stable": true,
88
"minimum-stability": "dev",

gravityforms-uploads-azure.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* Author: Dekode
77
* Author URI: https://dekode.no
88
* Text Domain: gravityforms-uploads-azure
9-
* Version: 1.0.0
9+
* Version: 1.0.1
1010
*
1111
* @package Dekode
1212
*/
@@ -15,7 +15,7 @@
1515

1616
namespace Dekode\GravityForms\Azure;
1717

18-
define( 'DEKODE_GRAVITYFORMS_AZURE_VERSION', '1.0.0' );
18+
define( 'DEKODE_GRAVITYFORMS_AZURE_VERSION', '1.0.1' );
1919
define( 'DEKODE_GRAVITYFORMS_AZURE_DIR_PATH', plugin_dir_path( __FILE__ ) );
2020

2121
if ( file_exists( __DIR__ . '/vendor-prefixed/autoload.php' ) ) {

0 commit comments

Comments
 (0)