Bump version

This commit is contained in:
2026-06-14 19:41:34 +02:00
parent bef9891db4
commit 76c50c994d
3 changed files with 4 additions and 4 deletions
+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.1')
PARAMETER (TRIMSP_VERSION='1.3.2')
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.1",
"version": "1.3.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "TrimSP",
"version": "1.3.1",
"version": "1.3.2",
"license": "GPL2",
"dependencies": {
"plotly.js-dist": "^1.58.4"
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "TrimSP",
"version": "1.3.1",
"version": "1.3.2",
"description": "Trim.SP simulation to calculate stopping profile of implanted probes.",
"main": "main.js",
"scripts": {