Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
ControlsNarwhal committed Nov 20, 2024
1 parent 55953ad commit 4582a3d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions 3128-Common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3128-common",
"version": "1.9.1",
"version": "1.9.2",
"uuid": "ae3fa5a2-78d9-47e8-921a-dba45b889445",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -12,7 +12,7 @@
{
"groupId": "com.github.Team3128",
"artifactId": "3128-common",
"version": "1.9.1"
"version": "1.9.2"
}
],
"jniDependencies": [],
Expand Down
4 changes: 2 additions & 2 deletions 3128-common.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "3128-common",
"version": "1.9.1",
"version": "1.9.2",
"uuid": "ae3fa5a2-78d9-47e8-921a-dba45b889445",
"frcYear": "2024",
"mavenUrls": [
Expand All @@ -12,7 +12,7 @@
{
"groupId": "com.github.Team3128",
"artifactId": "3128-common",
"version": "1.9.1"
"version": "1.9.2"
}
],
"jniDependencies": [],
Expand Down
4 changes: 2 additions & 2 deletions doc/common/core/misc/NAR_Robot.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ <h1 title="Class NAR_Robot" class="title">Class NAR_Robot</h1>

<p>NOTES:
<ul>
<li> TimedRobot implements the IterativeRobotBase robot program framework.
<li> The TimedRobot class is intended to be subclassed by a user creating a robot program.
<li> NAR_Robot IS TimedRobot, just with QoL improvements.
<li> The NAR_Robot class is intended to be subclassed by a user creating a robot program.
<li> Periodic() functions from the base class are called on an interval by a Notifier instance.
</ul>

Expand Down
2 changes: 1 addition & 1 deletion doc/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h1 class="title">3128-common</h1>
</div>
<div class="block"><h1>FRC Team 3128 Robot Control Program Utility Library</h1>
<p>Provides utility classes and functions for FRC robot control programs.</p>
<p>Version 1.9.1 (November 15 2024)</p></div>
<p>Version 1.9.2 (November 19 2024)</p></div>
<div id="all-packages-table">
<div class="caption"><span>Packages</span></div>
<div class="summary-table two-column-summary">
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LibraryVersion=1.9.1
LibraryVersion=1.9.2
archivesGroup = com.github.Team3128
archivesBaseName = 3128-common
jsonFileName = 3128-common.json
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
<body>
<h1>FRC Team 3128 Robot Control Program Utility Library</h1>
<p>Provides utility classes and functions for FRC robot control programs.</p>
<p>Version 1.9.1 (November 15 2024)</p>
<p>Version 1.9.2 (November 19 2024)</p>
</body>

0 comments on commit 4582a3d

Please sign in to comment.