Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Murga committed Feb 24, 2016
1 parent 606dd43 commit af0e16d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,8 @@
=== 2.0.1 2016-01-26

* Fix Util.php for 'url' field name replacement.
* Complete specs for offline payments.
* Complete specs for offline payments.

=== 2.0.3 2016-02-23

* Change Language module to Conekta_Language.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

![alt tag](https://raw.github.com/conekta/conekta-php/master/readme_files/cover.png)

# Conekta PHP v.2.0.1
# Conekta PHP v.2.0.3

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

Expand Down
2 changes: 1 addition & 1 deletion lib/Conekta/Conekta.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ abstract class Conekta
public static $apiBase = 'https://api.conekta.io';
public static $apiVersion = '1.0.0';
public static $locale = 'es';
const VERSION = '1.9.9';
const VERSION = '2.0.3';

public static function setApiKey($apiKey)
{
Expand Down

0 comments on commit af0e16d

Please sign in to comment.