Skip to content

Commit af40e41

Browse files
committed
Bump project version
1 parent 874c09e commit af40e41

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 = "2.8.1"
4+
version = "2.8.2"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -56,7 +56,7 @@ NonlinearProblemLibrary = "0.1"
5656
PrecompileTools = "1"
5757
RecursiveArrayTools = "2"
5858
Reexport = "0.2, 1"
59-
SciMLBase = "2.4"
59+
SciMLBase = "2.8.2"
6060
SciMLOperators = "0.3"
6161
SimpleNonlinearSolve = "0.1.23"
6262
SparseArrays = "1.9"

docs/src/tutorials/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ There are multiple return codes which can mean the solve was successful, and thu
7777
general command `SciMLBase.successful_retcode` to check whether the solution process exited as
7878
intended:
7979

80-
```@example
80+
```@example 1
8181
SciMLBase.successful_retcode(sol)
8282
```
8383

0 commit comments

Comments
 (0)