File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55from setuptools import find_packages , setup
66
77NAME = "sckanner"
8- VERSION = "3.1.0 "
8+ VERSION = "3.1.1 "
99
1010# To install the library, run the following
1111#
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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 ' ;
7979export const COMPOSER_VERSION = '6.0.0' ;
8080export const NEURONDM_VERSION = '2025-10-27' ;
8181export const KNOWLEDGE_STATEMENTS_BATCH_SIZE = 15 ;
You can’t perform that action at this time.
0 commit comments