diff --git a/.github/workflows/node.js.yml b/.github/workflows/node.js.yml index 765765b3..51963edd 100644 --- a/.github/workflows/node.js.yml +++ b/.github/workflows/node.js.yml @@ -23,7 +23,7 @@ jobs: needs: [webasm_package] strategy: matrix: - node-version: [16.x, 18.x] + node-version: [18.x, 20.x] # See supported Node.js release schedule at https://nodejs.org/en/about/releases/ steps: diff --git a/docs/conf.py b/docs/conf.py index e83000af..4fadba3b 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = 'LibamtrackWeb' -copyright = '2022, Arkadiusz Dudzik, Piotr Zmilczak, Leszek Grzanka' +copyright = '2024, Arkadiusz Dudzik, Piotr Zmilczak, Leszek Grzanka' author = 'Arkadiusz Dudzik, Piotr Zmilczak, Leszek Grzanka' # The short X.Y version diff --git a/docs/jsons.rst b/docs/jsons.rst index dfa11101..182a86c3 100644 --- a/docs/jsons.rst +++ b/docs/jsons.rst @@ -14,7 +14,7 @@ Global configuration JSON file looks like below { "applicationTitle": "Libamtrack", "introText": "libamtrack provides computational routines for the prediction of detector response and radiobiological efficiency in heavy charged particle beams.", - "footerText": "LibatrackWeb ©2022", + "footerText": "LibatrackWeb ©2024", "categories": [], "dictionaries": [], } diff --git a/package.json b/package.json index a2fac901..49b757dd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "LibamtrackWeb", + "name": "@libamtrack/web", "version": "0.1.0", "private": false, "description": "Libamtrack Web Gui", diff --git a/src/static/json/GlobalConfig.json b/src/static/json/GlobalConfig.json index 60b45efe..154979cd 100644 --- a/src/static/json/GlobalConfig.json +++ b/src/static/json/GlobalConfig.json @@ -1,7 +1,7 @@ { "applicationTile": "Libamtrack", "introText": "libamtrack provides computational routines for the prediction of detector response and radiobiological efficiency in heavy charged particle beams.", - "footerText1": "LibamtrackWeb ©2022", + "footerText1": "LibamtrackWeb ©2024", "footerText2": "This project has received funding from the European Union's H2020 Research and Innovation Programme, under Grant Agreement No: 730983 (INSPIRE project)", "categories": [ {