Skip to content

Commit

Permalink
v0.4.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrott committed Jul 20, 2023
1 parent 6d7bb6d commit 86a0f87
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion FtcDashboard/dash/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ftc-dashboard",
"version": "0.4.9",
"version": "0.4.10",
"private": true,
"dependencies": {
"@headlessui/react": "^1.7.2",
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

buildscript {
ext.dashboard_version = '0.4.9'
ext.dashboard_version = '0.4.10'
ext.checkstyle_version = '8.18'

repositories {
Expand Down
4 changes: 2 additions & 2 deletions docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ layout: default

### Basic

Open `build.dependencies.gradle`. In the `repositories` section add `maven { url = 'https://maven.brott.dev/' }`, and in the `dependencies` section add `implementation 'com.acmerobotics.dashboard:dashboard:0.4.9'`.
Open `build.dependencies.gradle`. In the `repositories` section add `maven { url = 'https://maven.brott.dev/' }`, and in the `dependencies` section add `implementation 'com.acmerobotics.dashboard:dashboard:0.4.10'`.

Note: If you're using OpenRC or have non-standard SDK dependencies, add the following exclusion.
```groovy
implementation('com.acmerobotics.dashboard:dashboard:0.4.9') {
implementation('com.acmerobotics.dashboard:dashboard:0.4.10') {
exclude group: 'org.firstinspires.ftc'
}
```
Expand Down

0 comments on commit 86a0f87

Please sign in to comment.