Skip to content

Commit

Permalink
[fix] bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Holder-Chow Lin On committed Jul 28, 2014
1 parent 8e1b54e commit f2b7fa5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build/affirm_tar_to_connect_config.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
'archive_files' => 'Affirm_Magento.tar',
'extension_name' => 'Affirm_Magento',
'skip_version_compare' => true,
'extension_version' => '2.0.0',
'archive_connect' => 'Affirm_Magento-2.0.0.tgz',
'extension_version' => '2.0.1',
'archive_connect' => 'Affirm_Magento-2.0.1.tgz',
'path_output' => realpath('../var/'),

'stability' => 'stable',
Expand Down
2 changes: 1 addition & 1 deletion extension/app/code/community/Affirm/Affirm/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Affirm_Affirm>
<version>2.0.0</version>
<version>2.0.1</version>
</Affirm_Affirm>
</modules>
<global>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<config>
<modules>
<Affirm_AffirmPromo>
<version>2.0.0</version>
<version>2.0.1</version>
</Affirm_AffirmPromo>
</modules>
<global>
Expand Down

0 comments on commit f2b7fa5

Please sign in to comment.