Skip to content

Commit

Permalink
fix url
Browse files Browse the repository at this point in the history
fix url
  • Loading branch information
ponceta committed Apr 25, 2024
1 parent a479f9f commit 37912b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qgepplugin/gui/qgepdatamodeldialog.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@

# Allows to pick which QGIS project matches the version (will take the biggest <= match)
DATAMODEL_QGEP_VERSIONS = {
"1.6.1": "https://github.com/QGEP/QGEP/releases/download/v10.0.0/qgep-v11.0.0.zip",
"1.6.1": "https://github.com/QGEP/QGEP/releases/download/v11.0.0/qgep-v11.0.0.zip",
"1.6.0": "https://github.com/QGEP/QGEP/releases/download/v10.0.0/qgep-v10.0.0.zip",
"1.5.5": "https://github.com/QGEP/QGEP/releases/download/v9.0.3/qgep-v9.0.3.zip",
"1.5.0": "https://github.com/QGEP/QGEP/releases/download/v8.0/qgep.zip",
Expand Down

0 comments on commit 37912b5

Please sign in to comment.