Skip to content

Commit c31cfde

Browse files
committed
bumping version up
1 parent c506730 commit c31cfde

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

applications/sckanner/backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from setuptools import find_packages, setup
66

77
NAME = "sckanner"
8-
VERSION = "3.1.0"
8+
VERSION = "3.1.1"
99

1010
# To install the library, run the following
1111
#

applications/sckanner/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sckan-explorer",
33
"private": true,
4-
"version": "3.1.0",
4+
"version": "3.1.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

applications/sckanner/frontend/src/settings.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ export const STRINGS_NUMBERS = [
7575
];
7676

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

0 commit comments

Comments
 (0)