From d31c4e8c1cd57f52089958c5cf5d4835c53b295a Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:15:36 -0400 Subject: [PATCH 1/2] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { From 76993d4ec46176dc4f09610dcab2be2ae4f5d48f Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:16:05 -0400 Subject: [PATCH 2/2] Update switcher.json --- docs/_static/switcher.json | 6 ++++++ 1 file changed, 6 insertions(+) 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",