diff --git a/README.md b/README.md index e155c36..4998084 100644 --- a/README.md +++ b/README.md @@ -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 | @@ -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' } ```