Skip to content

Commit 16cccfb

Browse files
committed
version updated
1 parent 1b1bc8d commit 16cccfb

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

392392
<div
393393
className={`${styles.sectionText} container ${styles.flexCol} gap-5 `}>
394-
<h3>Latest release: 1.4.0 (2023-11-29)</h3>
394+
<h3>Latest release: 1.5.0 (2023-12-16)</h3>
395395
<div className={styles.downloadGroup}>
396396
<div id='card_download' style={{ textAlign: "center" }}>
397397
<img
@@ -401,7 +401,7 @@ export default function Groot() {
401401
/>
402402
<Link
403403
onclick="fathom.trackGoal('I8XXZTK4', 0);"
404-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-1.4.0-windows-installer.exe'>
404+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-v1.5.0-windows-installer.exe'>
405405
Windows installer
406406
</Link>
407407
</div>
@@ -413,7 +413,7 @@ export default function Groot() {
413413
/>
414414
<Link
415415
onclick="fathom.trackGoal('VGT2ANC4', 0);"
416-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-1.4.0-linux-installer.run'>
416+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.0-linux-installer.run'>
417417
Linux installer
418418
</Link>
419419
</div>
@@ -426,7 +426,7 @@ export default function Groot() {
426426
<Link
427427
// style={{marginLeft: '20px'}}
428428
onclick="fathom.trackGoal('DIQDUTJ2', 0);"
429-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.4.0-x86_64.AppImage'>
429+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.5.0-x86_64.AppImage'>
430430
AppImage (Linux)
431431
</Link>
432432
</div>

0 commit comments

Comments
 (0)