Skip to content

Commit

Permalink
Merge pull request #6 from EaDesgin/feature/1951-update-with-license-…
Browse files Browse the repository at this point in the history
…apache

Feature/1951 update with license apache
  • Loading branch information
eadesignro authored Jan 25, 2018
2 parents 3d6e2e5 + 81eb38f commit 002cf7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eadesignro/module-eacore",
"description": "The module with the menu and other features needed by other modules developed by EaDesign",
"type": "magento2-module",
"version": "0.2.7",
"version": "0.2.8",
"autoload": {
"files": [
"registration.php"
Expand All @@ -12,9 +12,7 @@
}
},

"license": [
"AL-2.0"
],
"license": "Apache-2.0",
"authors": [
{
"name": "EaDesign",
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
*/
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Eadesigndev_Eacore" setup_version="0.2.7"/>
<module name="Eadesigndev_Eacore" setup_version="0.2.8"/>
</config>

0 comments on commit 002cf7f

Please sign in to comment.