diff --git a/composer.json b/composer.json index fda2f73..ada76bb 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "meanbee/magento2-webappmanifest", "description": "A Magento 2 extension that adds a Web App Manifest to the store.", "type": "magento2-module", - "version": "1.0.0", + "version": "1.1.0", "license": [ "MIT" ], @@ -19,9 +19,9 @@ } }, "require": { - "magento/framework": "^100.1.2", + "magento/framework": "^101.0.0", "magento/module-backend": "^100.1.2", - "magento/module-config": "^100.1.2", + "magento/module-config": "^101.0.0", "magento/module-store": "^100.1.3" }, "autoload": {