diff --git a/README.md b/README.md index 17b892b..46686b5 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ Ranks may have optional titles that are displayed above the sample column. ## About -Copyright (c) 2024 Kari Lavikka. MIT licensed, see [LICENSE](LICENSE) for details. +Copyright (c) 2025 Kari Lavikka. MIT licensed, see [LICENSE](LICENSE) for details. Jellyfish is developed in [The Systems Biology of Drug Resistance in Cancer](https://www.helsinki.fi/en/researchgroups/systems-biology-of-drug-resistance-in-cancer) diff --git a/package.json b/package.json index 336392b..6fab202 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,13 @@ { "name": "jellyfish", "private": true, - "version": "0.0.0", + "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build:app": "tsc && vite build", "build:lib": "tsc && vite build --mode lib", - "build:schema": "ts-json-schema-generator --tsconfig tsconfig.json --type InSchema --unstable -o dist/schema.json", + "build:schema": "ts-json-schema-generator --tsconfig tsconfig.json --type LayoutProperties --unstable -o dist/schema.json", "preview": "vite preview" }, "devDependencies": {