Skip to content

Commit aba2d3c

Browse files
committed
Fix incorrect Base version and bump
1 parent 469307d commit aba2d3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "NonlinearSolve"
22
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
33
authors = ["SciML"]
4-
version = "4.3.0"
4+
version = "4.3.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -89,7 +89,7 @@ NLSolvers = "0.5"
8989
NLsolve = "4.5"
9090
NaNMath = "1"
9191
NonlinearProblemLibrary = "0.1.2"
92-
NonlinearSolveBase = "1.5"
92+
NonlinearSolveBase = "1.4"
9393
NonlinearSolveFirstOrder = "1.2"
9494
NonlinearSolveQuasiNewton = "1.1"
9595
NonlinearSolveSpectralMethods = "1.1"

0 commit comments

Comments
 (0)