Skip to content

Commit

Permalink
Bump project version
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 17, 2023
1 parent 874c09e commit af40e41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "NonlinearSolve"
uuid = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
authors = ["SciML"]
version = "2.8.1"
version = "2.8.2"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -56,7 +56,7 @@ NonlinearProblemLibrary = "0.1"
PrecompileTools = "1"
RecursiveArrayTools = "2"
Reexport = "0.2, 1"
SciMLBase = "2.4"
SciMLBase = "2.8.2"
SciMLOperators = "0.3"
SimpleNonlinearSolve = "0.1.23"
SparseArrays = "1.9"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/tutorials/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ There are multiple return codes which can mean the solve was successful, and thu
general command `SciMLBase.successful_retcode` to check whether the solution process exited as
intended:

```@example
```@example 1
SciMLBase.successful_retcode(sol)
```

Expand Down

0 comments on commit af40e41

Please sign in to comment.