Skip to content

Commit 3af3549

Browse files
authored
Fix incorrect version string
1 parent 882eacf commit 3af3549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gravityforms-uploads-azure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
namespace Dekode\GravityForms\Azure;
1717

18-
define( 'DEKODE_GRAVITYFORMS_AZURE_VERSION', '1.1.0' );
18+
define( 'DEKODE_GRAVITYFORMS_AZURE_VERSION', '1.0.0' );
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)