Skip to content

Commit

Permalink
10.1 release
Browse files Browse the repository at this point in the history
10.1 release, which also happens to be the 101th release of Maps :)
  • Loading branch information
JeroenDeDauw committed Oct 16, 2023
1 parent 85e9bb7 commit c4c6c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Maps",
"version": "10.0.1",
"version": "10.1.0",

"author": [
"[https://EntropyWins.wtf/mediawiki Jeroen De Dauw]",
Expand Down

2 comments on commit c4c6c15

@krabina
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to updae to 10.1.0 on two wikis. One with "dev-master" in composer.local.json which worked (10.1.0 in Special Version). The other with "*" in composer.local.json. This resulted in also showing 10.1.0 in Special Versioin, but the GeoJSON bug was not gone.

@JeroenDeDauw
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That fix was made after we tagged the release. So it is on master but not in that version

Please sign in to comment.