Skip to content

Commit 4acb240

Browse files
committed
groot updated
1 parent eae96b8 commit 4acb240

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pages/groot.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ export default function Groot() {
332332

333333
<div
334334
className={`${styles.sectionText} container ${styles.flexCol} gap-5 `}>
335-
<h3>Latest release: 1.3.0 (2023-09-22)</h3>
335+
<h3>Latest release: 1.3.1 (2023-09-27)</h3>
336336
<div className={styles.downloadGroup}>
337337
<div id='card_download' style={{ textAlign: "center" }}>
338338
<img
@@ -342,7 +342,7 @@ export default function Groot() {
342342
/>
343343
<Link
344344
onclick="fathom.trackGoal('I8XXZTK4', 0);"
345-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-1.3.0-windows-installer.exe'>
345+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-1.3.1-windows-installer.exe'>
346346
Windows installer
347347
</Link>
348348
</div>
@@ -354,7 +354,7 @@ export default function Groot() {
354354
/>
355355
<Link
356356
onclick="fathom.trackGoal('VGT2ANC4', 0);"
357-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-1.3.0-linux-installer.run'>
357+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-1.3.1-linux-installer.run'>
358358
Linux installer
359359
</Link>
360360
</div>
@@ -367,7 +367,7 @@ export default function Groot() {
367367
<Link
368368
// style={{marginLeft: '20px'}}
369369
onclick="fathom.trackGoal('DIQDUTJ2', 0);"
370-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.3.0-x86_64.AppImage'>
370+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.3.1-x86_64.AppImage'>
371371
AppImage (Linux)
372372
</Link>
373373
</div>

0 commit comments

Comments
 (0)