Bump up version.

This commit is contained in:
2026-06-13 15:30:51 +02:00
parent 7c0db8929a
commit 9129dbc415
5 changed files with 5 additions and 4 deletions
+1
View File
@@ -94,6 +94,7 @@ module.exports = {
'ToDo.txt',
'TrimSP.cfg',
'fortran/*',
'(^|/)resources/bin($|/)',
'(^|/)tests?($|/)',
'(^|/)__tests__($|/)',
'(^|/)(test|spec)($|/)',
+1 -1
View File
@@ -69,7 +69,7 @@ C Maximum number of elements in each layer, was limited to 5.
PARAMETER (MAXDNL5=MAXNL*MAXD5)
PARAMETER (MAXNL5p2=MAXNL5*MAXNL5*MAXD)
PARAMETER (MAXNLm15=(MAXNL-1)*MAXEL)
PARAMETER (TRIMSP_VERSION='1.3.0')
PARAMETER (TRIMSP_VERSION='1.3.1')
LOGICAL TEST(64),TESTR(2000),TEST1(2000)
LOGICAL EQUAL,FORT33
INTEGER*4 ISRCHFGT,ISRCHFGE,ILLZ
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "TrimSP",
"version": "1.3.0",
"version": "1.3.1",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TrimSP",
"version": "1.3.0",
"version": "1.3.1",
"license": "GPL2",
"dependencies": {
"plotly.js-dist": "^1.58.4"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "TrimSP",
"version": "1.3.0",
"version": "1.3.1",
"description": "Trim.SP simulation to calculate stopping profile of implanted probes.",
"main": "main.js",
"scripts": {
Binary file not shown.