Skip to content

Commit

Permalink
Merge pull request #25 from YotpoLtd/v1.2.1
Browse files Browse the repository at this point in the history
bump version
  • Loading branch information
zivyifrah authored Nov 2, 2020
2 parents c64d8ef + 121d298 commit e70ea44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "yotpo/magento2-module-yotpo-loyalty",
"description": "Magento 2 module for integration with Yotpo",
"type": "magento2-module",
"version": "1.2.0",
"version": "1.2.1",
"repositories": [{
"type": "git",
"url": "https://github.com/YotpoLtd/magento2-module-yotpo-loyalty"
Expand All @@ -24,4 +24,4 @@
"Yotpo\\Loyalty\\": ""
}
}
}
}
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Yotpo_Loyalty" setup_version="1.2.0">
<module name="Yotpo_Loyalty" setup_version="1.2.1">
<sequence>
<module name="Magento_Catalog" />
</sequence>
Expand Down

0 comments on commit e70ea44

Please sign in to comment.