diff --git a/docs/_static/switcher.json b/docs/_static/switcher.json index 289809962..e3af1e51e 100644 --- a/docs/_static/switcher.json +++ b/docs/_static/switcher.json @@ -4,6 +4,12 @@ "url": "https://nwb-guide.readthedocs.io/en/latest/", "preferred": false }, + { + "name": "1.0.4", + "version": "v1.0.4", + "url": "https://nwb-guide.readthedocs.io/en/v1.0.4/", + "preferred": true + }, { "name": "1.0.3", "version": "v1.0.3", diff --git a/package.json b/package.json index f2c0a165e..88306f229 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nwb-guide", "productName": "NWB GUIDE", - "version": "1.0.3", + "version": "1.0.4", "description": "NWB GUIDE is a desktop app that provides a no-code user interface for converting neurophysiology data to NWB.", "main": "./build/main/index.js", "engine": {