From ee8af01a8c4b8e95cc9ecaee4e7d600ceede3394 Mon Sep 17 00:00:00 2001 From: David Northover Date: Tue, 4 Aug 2026 00:51:29 -0400 Subject: [PATCH] Bump Neuroglancer plugin to 1.1.1 --- .github/workflows/build-and-release.yml | 4 ++-- README.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 52efc59..8d3d877 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -35,8 +35,8 @@ jobs: contents: read env: - OUROBOROS_PLUGIN_RELEASE_TAG: v1.1.0-ci - OUROBOROS_PLUGIN_ARTIFACT: neuroglancer-plugin-v1.1.0-ci.zip + OUROBOROS_PLUGIN_RELEASE_TAG: v1.1.1-ci + OUROBOROS_PLUGIN_ARTIFACT: neuroglancer-plugin-v1.1.1-ci.zip steps: - name: Check out Git repository diff --git a/README.md b/README.md index ef294e6..8490b11 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ responses from the first root do not replace the second tree. The current production pin for Ouroboros package builds is: -- tag: `v1.1.0` -- release asset: `neuroglancer-plugin-v1.1.0.zip` +- tag: `v1.1.1` +- release asset: `neuroglancer-plugin-v1.1.1.zip` That asset archive root is the same layout that Ouroboros expects inside its plugin folder: diff --git a/package-lock.json b/package-lock.json index 3424f00..57c3f0a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "neuroglancer-plugin", - "version": "1.1.0", + "version": "1.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "neuroglancer-plugin", - "version": "1.1.0", + "version": "1.1.1", "dependencies": { "react": "^18.3.1", "react-dom": "^18.3.1" diff --git a/package.json b/package.json index 51b36d7..bdf97da 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "index": "./index.html", "dockerCompose": "./compose.yml", "private": true, - "version": "1.1.0", + "version": "1.1.1", "packageManager": "npm@11.19.0", "engines": { "node": ">=24",