Skip to content

Commit

Permalink
2025 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
DoubleSnapps committed Jan 6, 2025
1 parent 1d30e85 commit 91593b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,15 @@ allprojects {
and, add the dependency (Make sure it's the latest release)
```
dependencies {
implementation 'com.github.frc5431:TitanUtil:2024.1.0' //Replace tag with the latest release if needed
implementation 'com.github.frc5431:TitanUtil:2025.2.0' //Replace tag with the latest release if needed
}
```

# License

BSD 2-Clause License

Copyright (c) 2024, 5431 Titan Robotics
Copyright (c) 2025, 5431 Titan Robotics
All rights reserved

Refer to LICENSE file for more information, located in the base of this project
Expand Down
4 changes: 2 additions & 2 deletions TitanUtil.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "TitanUtil.json",
"name": "TitanUtil",
"version": "2025.1.0",
"version": "2025.2.0",
"uuid": "63d70b22-2b32-494e-8c57-9633835a2b3b",
"frcYear": "2025",
"mavenUrls": [
Expand All @@ -12,7 +12,7 @@
{
"groupId": "com.github.frc5431",
"artifactId": "TitanUtil",
"version": "2025.1.0"
"version": "2025.2.0"
}
],
"jniDependencies": [],
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'com.github.frc5431'
artifactId = 'TitanUtil'
version = '2025.1.0'
version = '2025.2.0'

artifact jar
}
Expand Down

0 comments on commit 91593b7

Please sign in to comment.