Skip to content

Commit 383bd68

Browse files
authored
Merge pull request #298 from Spikes-2212-Programming-Guild/redev-2025
updated version
2 parents e385209 + c69f9ce commit 383bd68

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ https://spikes2212.com/SpikesLib.json
2121

2222
<h2 style="color: #00156B;">2025 Season</h2>
2323

24-
SpikesLib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v4.1.0...v5.0.0-beta"> updated </a> to support WPILib 2025.
24+
SpikesLib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v4.1.0...v5.1.0"> updated </a> to support WPILib 2025.
2525

2626
<h2 style="color: #00156B;">2024 Season</h2>
2727

SpikesLib2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"fileName": "SpikesLib2.json",
33
"name": "SpikesLib2",
4-
"version": "v5.0.0-beta",
4+
"version": "v5.1.0",
55
"frcYear": "2025",
66
"uuid": "018a8f54-8662-11ec-a8a3-0242ac120002",
77
"jsonUrl": "https://raw.githubusercontent.com/Spikes-2212-Programming-Guild/SpikesLib2/master/SpikesLib2.json",
@@ -15,7 +15,7 @@
1515
{
1616
"groupId": "com.github.Spikes-2212-Programming-Guild",
1717
"artifactId": "SpikesLib2",
18-
"version": "v5.0.0-beta"
18+
"version": "v5.1.0"
1919
}
2020
]
2121
}

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ publishing {
3030
mavenJava(MavenPublication) {
3131
groupId = 'org.gradle.sample'
3232
artifactId = 'library'
33-
version = '5.0.0-beta'
33+
version = '5.1.0'
3434

3535
from components.java
3636
}

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ https://spikes2212.com/SpikesLib.json
1717

1818
<h2 style="color: #00156B;">2025 Season</h2>
1919

20-
SpikesLib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v4.1.0...v5.0.0-beta"> updated </a> to support WPILib 2025.
20+
SpikesLib has been <a href = "https://github.com/Spikes-2212-Programming-Guild/SpikesLib2/compare/v4.1.0...v5.1.0"> updated </a> to support WPILib 2025.
2121

2222
<h2 style="color: #00156B;">2024 Season</h2>
2323

0 commit comments

Comments
 (0)