Skip to content

Commit

Permalink
replace version
Browse files Browse the repository at this point in the history
  • Loading branch information
oxlen committed Jan 24, 2021
1 parent 336e1b3 commit b08ad5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Version | 2.0.* | 2.1.* | 2.2.* | 2.3.* | 2.4.*
Magento Community | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
Magento Enterprise | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
Magento Cloud | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark:
Extension version | [2.0.1](https://github.com/eriocnemis/m2.Directory/archive/2.0.1.zip) | [2.1.1](https://github.com/eriocnemis/m2.Directory/archive/2.1.1.zip) | [2.2.1](https://github.com/eriocnemis/m2.Directory/archive/2.2.1.zip) | [2.3.1](https://github.com/eriocnemis/m2.Directory/archive/2.3.1.zip) | [2.4.1](https://github.com/eriocnemis/m2.Directory/archive/2.4.1.zip)
Extension version | [2.0.2](https://github.com/eriocnemis/m2.Directory/archive/2.0.2.zip) | [2.1.2](https://github.com/eriocnemis/m2.Directory/archive/2.1.2.zip) | [2.2.2](https://github.com/eriocnemis/m2.Directory/archive/2.2.2.zip) | [2.3.2](https://github.com/eriocnemis/m2.Directory/archive/2.3.2.zip) | [2.4.1](https://github.com/eriocnemis/m2.Directory/archive/2.4.1.zip)

## Install

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "eriocnemis/module-directory",
"description": "The extension allows you to manage geographic regions. For each country, you can add the any region, whose name is based on a specific locale.",
"type": "magento2-module",
"version": "2.3.1",
"version": "2.3.2",
"authors": [{
"name": "Eriocnemis Team",
"email": "dev.eriocnemis@gmail.com"
Expand Down
5 changes: 4 additions & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Eriocnemis_Directory" setup_version="2.3.1">
<module name="Eriocnemis_Directory" setup_version="2.3.2">
<sequence>
<module name="Magento_Config"/>
<module name="Magento_Ui"/>
<module name="Magento_Backend"/>
<module name="Magento_Directory"/>
</sequence>
</module>
Expand Down

0 comments on commit b08ad5e

Please sign in to comment.