Skip to content

Commit

Permalink
bump version and update omg-forms dep to 0.8.*
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobby Bryant authored and Bobby Bryant committed Mar 7, 2018
1 parent 294902d commit 860907d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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-beta4",
"developwithwp/omg-forms": "v0.8.*",
"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.2' );
define( 'OMG_FORMS_AUTHORIZE_VERSION', '0.3.0' );
}

if ( ! defined( 'OMG_FORMS_AUTHORIZE_DIR' ) ) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "omg-forms-authorize-net",
"title": "OMG Forms Authorize.net",
"description": "An OMG Forms addon, which adds support for Authorize.net.",
"version": "0.1.2",
"version": "0.3.0",
"homepage": "https://github.com/mrbobbybryant/omg-forms-authorize-net",
"scripts": {
"start": "webpack --config webpack.config.js",
Expand Down

0 comments on commit 860907d

Please sign in to comment.