Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ To test in Ouroboros, run Ouroboros in development mode as well, and use the `Te

The current production pin for Ouroboros package builds is:

- tag: `v1.0.1`
- release asset: `neuroglancer-plugin-v1.0.1.zip`
- tag: `v1.1.0`
- release asset: `neuroglancer-plugin-v1.1.0.zip`

That asset archive root is the same layout that Ouroboros expects inside its
plugin folder:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"index": "./index.html",
"dockerCompose": "./compose.yml",
"private": true,
"version": "1.0.1",
"version": "1.1.0",
"type": "module",
"main": "dist/main.js",
"files": [
Expand Down
Loading