From 845bebac52ac26e2b7088c25ace451832d537113 Mon Sep 17 00:00:00 2001 From: Kari Lavikka Date: Thu, 23 Jan 2025 13:56:22 +0200 Subject: [PATCH] v1.0.0 --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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": {