Skip to content

Commit

Permalink
Bumps version number to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csalzano committed Jan 17, 2024
1 parent 1cc0c32 commit e783627
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embed-pdf-wpforms.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
define( 'EMBED_PDF_WPFORMS_PATH', __FILE__ );
}
if ( ! defined( 'EMBED_PDF_WPFORMS_VERSION' ) ) {
define( 'EMBED_PDF_WPFORMS_VERSION', '1.1.1' );
define( 'EMBED_PDF_WPFORMS_VERSION', '1.1.2' );
}

if ( ! function_exists( 'embed_pdf_wpforms_init' ) ) {
Expand Down

0 comments on commit e783627

Please sign in to comment.