Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
franksmule committed Apr 12, 2014
1 parent 0f36f68 commit 71ec157
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file removed stripejs.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion stripejs/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<module>
<name>stripejs</name>
<displayName><![CDATA[Stripe]]></displayName>
<version><![CDATA[0.9.8]]></version>
<version><![CDATA[1.0.0Beta]]></version>
<description><![CDATA[Accept payments by Credit Card with Stripe (Visa, Mastercard, Amex, Discover and Diners Club)]]></description>
<author><![CDATA[PrestaShop + Ollie]]></author>
<tab><![CDATA[payments_gateways]]></tab>
Expand Down
2 changes: 1 addition & 1 deletion stripejs/stripejs.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public function __construct()
{
$this->name = 'stripejs';
$this->tab = 'payments_gateways';
$this->version = '0.9.9';
$this->version = '1.0.0Beta';
$this->author = 'PrestaShop + Ollie McFarlane';
$this->need_instance = 0;
$this->currencies = true;
Expand Down

0 comments on commit 71ec157

Please sign in to comment.