Skip to content

Commit

Permalink
Version bump (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduardo Enriquez authored Mar 26, 2018
1 parent 300908f commit a476398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![README Cover Image](readme_cover.png)

# Conekta PHP v.4.0.1
# Conekta PHP v.4.0.2

This is a php library that allows interaction with https://api.conekta.io API.

Expand All @@ -16,7 +16,7 @@ To get started, add the following to your PHP script:

You can also install this library with composer:

require: "conekta/conekta-php": "4.0.0"
require: "conekta/conekta-php": "4.0.2"

## Usage

Expand Down
2 changes: 1 addition & 1 deletion lib/Conekta/Conekta.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ abstract class Conekta
public static $locale = 'es';
public static $plugin = '';
public static $pluginVersion = '';
const VERSION = '4.0.1';
const VERSION = '4.0.2';


public static function setApiKey($apiKey)
Expand Down

0 comments on commit a476398

Please sign in to comment.