Skip to content

Commit

Permalink
Merge pull request #300 from Spikes-2212-Programming-Guild/fix-talonf…
Browse files Browse the repository at this point in the history
…xwrapper

updated version
  • Loading branch information
Spikes-2212 authored Jan 31, 2025
2 parents 0540665 + ddd16d8 commit 2471c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions SpikesLib2.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fileName": "SpikesLib2.json",
"name": "SpikesLib2",
"version": "v5.1.0",
"version": "v5.1.1",
"frcYear": "2025",
"uuid": "018a8f54-8662-11ec-a8a3-0242ac120002",
"jsonUrl": "https://raw.githubusercontent.com/Spikes-2212-Programming-Guild/SpikesLib2/master/SpikesLib2.json",
Expand All @@ -15,7 +15,7 @@
{
"groupId": "com.github.Spikes-2212-Programming-Guild",
"artifactId": "SpikesLib2",
"version": "v5.1.0"
"version": "v5.1.1"
}
]
}
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ publishing {
mavenJava(MavenPublication) {
groupId = 'org.gradle.sample'
artifactId = 'library'
version = '5.1.0'
version = '5.1.1'

from components.java
}
Expand Down

0 comments on commit 2471c29

Please sign in to comment.