Skip to content

Commit

Permalink
Prepare 2023.4.0 release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
edreed authored Mar 29, 2023
1 parent 2ad0c4b commit ac2ec39
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 |
|-------------------|----------------|-------------------------|
| 2023.4.0-SNAPSHOT | main | 2023.4.2 |
| 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 @@ -41,7 +42,7 @@ Finally, add the NRG Common Java Library as a dependency in your `build.gradle`

```gradle
dependencies {
implementation 'com.nrg948:nrgcommon:2023.2.0'
implementation 'com.nrg948:nrgcommon:2023.4.0'
}
```

Expand Down

0 comments on commit ac2ec39

Please sign in to comment.