We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e21e98 commit c1500e6Copy full SHA for c1500e6
composer.json
@@ -3,7 +3,7 @@
3
"description": "Magento2 FAQ Module",
4
"homepage": "https://github.com/mageprince/magento2-FAQ",
5
"type": "magento2-module",
6
- "version": "2.0.0",
+ "version": "2.0.1",
7
"license": "GPL-3.0-or-later",
8
"authors": [
9
{
etc/module.xml
@@ -11,5 +11,5 @@
11
*/
12
-->
13
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
14
- <module name="Mageprince_Faq" setup_version="2.0.0"/>
+ <module name="Mageprince_Faq" setup_version="2.0.1"/>
15
</config>
0 commit comments