Skip to content

Commit e6bac11

Browse files
committed
Up version to 2.8.1
1 parent da41365 commit e6bac11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
"description": "Implements Blog functionality on Magento 2 store",
44
"require": {
55
"php": "~5.6.5 || >=7.0",
6-
"magefan/module-community" : ">=2.0.0"
6+
"magefan/module-community" : ">=2.0.1"
77
},
88
"type": "magento2-module",
9-
"version": "2.8.0",
9+
"version": "2.8.1",
1010
"license": [
1111
"OSL-3.0",
1212
"AFL-3.0"

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99
-->
1010
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
11-
<module name="Magefan_Blog" setup_version="2.8.0">
11+
<module name="Magefan_Blog" setup_version="2.8.1">
1212
<sequence>
1313
<module name="Magento_Cms"/>
1414
<module name="Magento_Catalog"/>

0 commit comments

Comments
 (0)