Skip to content

Commit edd023a

Browse files
Update groot.js
1 parent cf64823 commit edd023a

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
@@ -390,7 +390,7 @@ export default function Groot() {
390390

391391
<div
392392
className={`${styles.sectionText} container ${styles.flexCol} gap-5 `}>
393-
<h3>Latest release: 1.5.1 (2024-01-17)</h3>
393+
<h3>Latest release: 1.5.2 (2024-01-24)</h3>
394394
<div className={styles.downloadGroup}>
395395
<div id='card_download' style={{ textAlign: "center" }}>
396396
<img
@@ -400,7 +400,7 @@ export default function Groot() {
400400
/>
401401
<Link
402402
onclick="fathom.trackGoal('I8XXZTK4', 0);"
403-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-v1.5.1-windows-installer.exe'>
403+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-v1.5.2-windows-installer.exe'>
404404
Windows installer
405405
</Link>
406406
</div>
@@ -412,7 +412,7 @@ export default function Groot() {
412412
/>
413413
<Link
414414
onclick="fathom.trackGoal('VGT2ANC4', 0);"
415-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.1-linux-installer.run'>
415+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.2-linux-installer.run'>
416416
Linux installer
417417
</Link>
418418
</div>
@@ -425,7 +425,7 @@ export default function Groot() {
425425
<Link
426426
// style={{marginLeft: '20px'}}
427427
onclick="fathom.trackGoal('DIQDUTJ2', 0);"
428-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.1-x86_64.AppImage'>
428+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.2-x86_64.AppImage'>
429429
AppImage (Linux)
430430
</Link>
431431
</div>

0 commit comments

Comments
 (0)