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
2 changes: 1 addition & 1 deletion applications/sckanner/backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from setuptools import find_packages, setup

NAME = "sckanner"
VERSION = "3.0.1"
VERSION = "3.1.0"

# To install the library, run the following
#
Expand Down
2 changes: 1 addition & 1 deletion applications/sckanner/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sckan-explorer",
"private": true,
"version": "3.0.1",
"version": "3.1.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
2 changes: 1 addition & 1 deletion applications/sckanner/frontend/src/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export const STRINGS_NUMBERS = [
];

// Get version from Vite environment variable (set at build time)
export const SCKANNER_VERSION = import.meta.env.VITE_APP_VERSION || '3.0.1';
export const SCKANNER_VERSION = import.meta.env.VITE_APP_VERSION || '3.1.0';
export const COMPOSER_VERSION = '6.0.0';
export const NEURONDM_VERSION = '2025-10-27';
export const KNOWLEDGE_STATEMENTS_BATCH_SIZE = 15;