diff --git a/docs/releases/development.rst b/docs/releases/development.rst
index f8ce261..07f4408 100644
--- a/docs/releases/development.rst
+++ b/docs/releases/development.rst
@@ -4,3 +4,7 @@ Next release (in development)
* Add `sphinx-gallery `_ to the docs
to render the example gallery (:pr:`210`).
+* Update `emsarray-data `_
+ to version 1.0.0, which includes the
+ `SCHISM-WWMIII hydrological and wave model hindcast for Vanuatu `_ dataset
+ (:pr:`212`).
diff --git a/src/emsarray/tutorial.py b/src/emsarray/tutorial.py
index 8b1bc92..248b911 100644
--- a/src/emsarray/tutorial.py
+++ b/src/emsarray/tutorial.py
@@ -22,11 +22,11 @@
_requires_tutorial = requires_extra('tutorial', IMPORT_EXCEPTION)
-BASE_URL = "https://github.com/csiro-coasts/emsarray-data/raw/{version}/{path}"
+BASE_URL = "https://github.com/csiro-coasts/emsarray-data/releases/download/{version}/{path}"
# Bump this version as new datasets are added or as old datasets are updated.
# Should be a tag name or commit hash, something immutable.
-VERSION = "v0.4.0"
+VERSION = "v1.0.0"
def _make_download_url(name: str) -> str: