Skip to content

Commit

Permalink
v0.4.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrott committed Jan 6, 2023
1 parent b8c02d2 commit 2ac5150
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.7",
"version": "0.4.8",
"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.7'
ext.dashboard_version = '0.4.8'
ext.checkstyle_version = '8.18'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Open `build.dependencies.gradle`. In the `repositories` section add `maven { url

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

0 comments on commit 2ac5150

Please sign in to comment.