Skip to content

Commit

Permalink
Prepare 2024.3.1 release. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
edreed authored Feb 28, 2024
1 parent 04dd550 commit 985bc29
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ The table below lists the published versions of the library and the WPILib relea
| Version | Git Tag/Branch | Required WPILib Version |
|-------------------|----------------|-------------------------|
| 2024.3.1-SNAPSHOT | main | 2024.3.1 |
| 2024.3.1 | v2024.3.1 | 2024.3.1 |
| 2023.4.0 | v2023.4.0 | 2023.4.2 |
| 2023.2.0 | v2023.2.0 | 2023.2.1 |
| 2022.1.0 | v2022.1.0 | 2022.4.1 |
Expand Down Expand Up @@ -42,7 +43,7 @@ Finally, add the NRG Common Java Library as a dependency in your `build.gradle`

```gradle
dependencies {
implementation 'com.nrg948:nrgcommon:2023.4.1'
implementation 'com.nrg948:nrgcommon:2024.3.1'
}
```

Expand Down

0 comments on commit 985bc29

Please sign in to comment.