Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Murga committed Feb 24, 2016
1 parent df3d1a3 commit 574480c
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 @@ -58,4 +58,8 @@

=== 2.0.3 2016-02-23

* Change Language module to Conekta_Language.
* Change Language module to Conekta_Language.

=== 2.0.4 2016-02-23

* Move Conekta_Language to Conekta folder.
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.3
# Conekta PHP v.2.0.4

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 = '2.0.3';
const VERSION = '2.0.4';

public static function setApiKey($apiKey)
{
Expand Down

0 comments on commit 574480c

Please sign in to comment.