Skip to content

Commit

Permalink
v0.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rbrott committed Nov 24, 2018
1 parent a556d77 commit cf93428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FtcDashboard/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.dashboard_version = '0.2.0'
ext.dashboard_version = '0.2.1'

repositories {
jcenter()
Expand Down
2 changes: 1 addition & 1 deletion docs/gettingstarted.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ layout: default
}
```
1. Open `build.release.gradle` in `FtcRobotController`. In the `dependencies` section add `implementation 'com.acmerobotics.dashboard:dashboard:0.2.0'`.
1. Open `build.release.gradle` in `FtcRobotController`. In the `dependencies` section add `implementation 'com.acmerobotics.dashboard:dashboard:0.2.1'`.
1. Repeat the previous step for `TeamCode` (and other modules you'd like to use the dashboard in).
Expand Down

0 comments on commit cf93428

Please sign in to comment.