Skip to content

Commit 15c2180

Browse files
committed
v1.2.6
- Version bump - Readme link fix
1 parent b984fab commit 15c2180

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For Mac, if an error occurs when you try to run the app, find the app installati
3030

3131
### Recommended Plugins
3232

33-
- [Neuroglancer Plugin](https://github.com/We-Gold/neuroglancer-plugin)
33+
- [Neuroglancer Plugin](https://github.com/ChengLabResearch/neuroglancer-plugin)
3434
- Embeds Neuroglancer as a page in the app.
3535
- Supports loading from and saving to JSON configuration files in Ouroboros's File Explorer.
3636
- Has additional features like fullscreen mode and screenshots.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ouroboros",
33
"productName": "Ouroboros",
4-
"version": "1.2.5",
4+
"version": "1.2.6",
55
"description": "Quickly extract ROIs from cloud-hosted medical scans.",
66
"main": "./out/main/index.js",
77
"author": "Weaver Goldman <[email protected]>",

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "ouroboros"
3-
version = "1.2.5"
3+
version = "1.2.6"
44
description = "Extract ROIs (e.g. nerves, blood vessels) from multi-terabyte cloud-hosted medical scans."
55
authors = ["Weaver Goldman <[email protected]>, David Northover <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)