diff --git a/source/README.md b/source/README.md index bf6f4ff..a3a471f 100644 --- a/source/README.md +++ b/source/README.md @@ -105,9 +105,13 @@ Release Notes ### Changes in this version + - Fix error in code that prevented autopilot from running + +### Changes in v0.10.4 (last version) + - Update code to support new GeoFS website -### Changes in v0.10.3 (last version) +### Changes in v0.10.3 - Fix bug in internal code that prevented GEFS from loading diff --git a/source/userscript.js b/source/userscript.js index bef98b6..eea0625 100644 --- a/source/userscript.js +++ b/source/userscript.js @@ -6,6 +6,6 @@ // @match http://www.geo-fs.com/geofs.php* // @match http://geo-fs.com/geofs.php* // @run-at document-end -// @version 0.10.4 +// @version 0.10.5 // @grant none // ==/UserScript==