Skip to content

Commit

Permalink
Merge pull request #19 from rh-robotics/teo-documentation-updates
Browse files Browse the repository at this point in the history
Update Documentation to Refer to Latest Version
  • Loading branch information
DragonDev07 authored Jan 23, 2025
2 parents 07dde74 + fba0beb commit acbcc17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repositories {
}
dependencies {
implementation 'com.github.rh-robotics:MeepMeep:v1.0.0'
implementation 'com.github.rh-robotics:MeepMeep:v1.1.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```
dependencies {
implementation 'com.github.rh-robotics:MeepMeep:v1.0.0'
implementation 'com.github.rh-robotics:MeepMeep:v1.1.0'
}
```

Expand All @@ -15,4 +15,4 @@ dependencies {

4. In your main MeepMeep class, replace any import statements that reference `com.noahbres.meepmeep` with `org.rowlandhall.meepmeep`

5. You have now successfully migrated from NoahBres/MeepMeep to rh-robotics/MeepMeep! 🎉
5. You have now successfully migrated from NoahBres/MeepMeep to rh-robotics/MeepMeep! 🎉

0 comments on commit acbcc17

Please sign in to comment.