Skip to content
Snippets Groups Projects
Unverified Commit 78b69a3d authored by xgui3783's avatar xgui3783 Committed by GitHub
Browse files

increment siibra-api version

parent b309698a
No related branches found
No related tags found
No related merge requests found
# 2.6.8
## Bugfix
- increment siibra-api version, fix ebrains dataset
......@@ -33,6 +33,7 @@ nav:
- Fetching datasets: 'advanced/datasets.md'
- Display non-atlas volumes: 'advanced/otherVolumes.md'
- Release notes:
- v2.6.8: 'releases/v2.6.8.md'
- v2.6.7: 'releases/v2.6.7.md'
- v2.6.6: 'releases/v2.6.6.md'
- v2.6.5: 'releases/v2.6.5.md'
......
{
"name": "interactive-viewer",
"version": "2.6.7",
"version": "2.6.8",
"description": "HBP interactive atlas viewer. Integrating KG query, dataset previews & more. Based on humanbrainproject/nehuba & google/neuroglancer. Built with angular",
"scripts": {
"build-aot": "ng build && node ./third_party/matomo/processMatomo.js",
......
......@@ -17,7 +17,7 @@ import { MatSnackBar } from "@angular/material/snack-bar";
import { TTemplateImage } from "./interfaces";
export const SIIBRA_API_VERSION_HEADER_KEY='x-siibra-api-version'
export const SIIBRA_API_VERSION = '0.1.12'
export const SIIBRA_API_VERSION = '0.1.13'
const validVolumeType = new Set([
'neuroglancer/precomputed',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment