Skip to content

Commit

Permalink
bump version, bump omg-foms core version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Bryant authored and Bobby Bryant committed Nov 29, 2017
1 parent 6607f40 commit f30d94d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
}
],
"require": {
"developwithwp/omg-forms": "v0.7.0-beta2",
"developwithwp/omg-forms": "v0.7.0-beta3",
"authorizenet/authorizenet": "^1.9.3",
"inacho/php-credit-card-validator": "1.*",
"aaronholbrook/autoload": "dev-master",
Expand Down
2 changes: 1 addition & 1 deletion omg-forms-authorize-net.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

if ( !defined( 'OMG_FORMS_AUTHORIZE_VERSION' ) ) {
define( 'OMG_FORMS_AUTHORIZE_VERSION', '0.2.0' );
define( 'OMG_FORMS_AUTHORIZE_VERSION', '0.2.1' );
}

if ( !defined( 'OMG_FORMS_AUTHORIZE_DIR' ) ) {
Expand Down

0 comments on commit f30d94d

Please sign in to comment.