Skip to content

Commit

Permalink
Updated the version and small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
eadesignro committed Feb 20, 2017
1 parent 1a9bc2e commit 18f3790
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
4 changes: 0 additions & 4 deletions README.md
Expand Up @@ -29,7 +29,3 @@ Via composer
# Uninstall

You need to remove the module.

#Video install and use

[![IMAGE ALT TEXT HERE](https://img.youtube.com/vi/TVyR9J27E9k/0.jpg)](https://www.youtube.com/watch?v=TVyR9J27E9k)
10 changes: 5 additions & 5 deletions composer.json
Expand Up @@ -2,7 +2,7 @@
"name": "eadesignro/module-mobiledetect",
"description": "Magento 2 EaDesign Mobile Detect System",
"type": "magento2-module",
"version": "1.1.3",
"version": "1.1.4",
"autoload": {
"files": [
"registration.php"
Expand All @@ -23,12 +23,12 @@
}
],
"require": {
"php": "~5.6.0|~7.0.0",
"magento/module-backend": "~100.1.0",
"php": "~5.6.5|7.0.2|7.0.4|~7.0.6",
"magento/module-backend": "~100.1.*",
"magento/framework": "100.1.*",
"magento/module-theme": "100.1.*",
"eadesignro/module-eacore": "~0.0.4",
"mobiledetect/mobiledetectlib": "~2.8.24"
"eadesignro/module-eacore": "^0.0.4",
"mobiledetect/mobiledetectlib": "2.8.*"
},
"require-dev": {
"phpunit/phpunit": "^4.5"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
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_Mobiledetect" setup_version="1.1.3"/>
<module name="Eadesigndev_Mobiledetect" setup_version="1.1.4"/>
</config>

0 comments on commit 18f3790

Please sign in to comment.