Skip to content

Commit

Permalink
Increase required lizmap version to 3.7
Browse files Browse the repository at this point in the history
It allows to test it with future Lizmap 3.7
  • Loading branch information
laurentj committed Feb 27, 2023
1 parent bf468ec commit 7f3ee59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mapBuilder/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<label lang="en_US">mapBuilder</label>
<description lang="en_US">Jelix module for Lizmap, which adds a map builder based on every repositories</description>
<license>Mozilla Public License 2.0</license>
<copyright>2020-2022 3liz</copyright>
<copyright>2020-2023 3liz</copyright>
<creator name="Nicolas Boisteault" email="nboisteault@3liz.com" />
<homepageURL>https://3liz.com</homepageURL>
</info>
<dependencies>
<module name="lizmap" minversion="3.6.0-pre" maxversion="3.6.*"/>
<module name="lizmap" minversion="3.6.0-pre" maxversion="3.7.*"/>
</dependencies>
</module>
4 changes: 2 additions & 2 deletions mapBuilderAdmin/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<label lang="en_US">mapBuilderAdmin</label>
<description lang="en_US">Jelix module for Lizmap, administration of mapBuilder module</description>
<license>Mozilla Public License 2.0</license>
<copyright>2020-2022 3liz</copyright>
<copyright>2020-2023 3liz</copyright>
<creator name="Nicolas Boisteault" email="nboisteault@3liz.com" />
<homepageURL>https://3liz.com</homepageURL>
</info>
<dependencies>
<module name="mapBuilder" minversion="2.1.0-beta.1" maxversion="2.1.*"/>
<module name="mapBuilder" minversion="2.1.0-beta.1" maxversion="2.*"/>
</dependencies>
</module>

0 comments on commit 7f3ee59

Please sign in to comment.