Skip to content

Commit

Permalink
v1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
d4mation committed Mar 2, 2020
1 parent 762f6ca commit f6087a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RBMFieldHelpers",
"version": "1.5.2",
"version": "1.5.3",
"authors": [
"Joel Worsham <[email protected]>",
"Eric Defore <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion rbm-field-helpers.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

if ( ! class_exists( 'RBM_FieldHelpers' ) ) {

define( 'RBM_FIELD_HELPERS_VER', '1.5.2' );
define( 'RBM_FIELD_HELPERS_VER', '1.5.3' );

if ( strpos( wp_normalize_path( __FILE__ ), wp_normalize_path( WP_PLUGIN_DIR ) ) !== false ) {

Expand Down

0 comments on commit f6087a4

Please sign in to comment.