Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Commit

Permalink
[TASK] Bump to v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tuyennn committed Jan 9, 2019
1 parent 37d0ff9 commit 12f4b20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
"name": "ghoster/autoinstagrampost",
"description": "Share your e-commerce products automatically through Instagram after you adding them to Magento",
"require": {
"php": "~5.5.0|~5.6.0|~7.0"
"php": "~5.6.0|~7.2"
},
"authors": [
{
"name": "Tuyen Nguyen",
"homepage": "http://www.thinghost.info/",
"homepage": "https://www.thinghost.info/",
"role": "Magento Developer"
}
],
"suggest": {

},
"type": "magento2-module",
"version": "1.0.1",
"version": "1.0.2",
"license": [
"OSL-3.0",
"AFL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?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="GhoSter_AutoInstagramPost" setup_version="1.0.1"/>
<module name="GhoSter_AutoInstagramPost" setup_version="1.0.2"/>
</config>

0 comments on commit 12f4b20

Please sign in to comment.