Skip to content

Commit a3dfa50

Browse files
committed
version bump
1 parent 6035fa9 commit a3dfa50

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

337337
<div
338338
className={`${styles.sectionText} container ${styles.flexCol} gap-5 `}>
339-
<h3>Latest release: 1.3.1 (2023-09-27)</h3>
339+
<h3>Latest release: 1.4.0 (2023-11-29)</h3>
340340
<div className={styles.downloadGroup}>
341341
<div id='card_download' style={{ textAlign: "center" }}>
342342
<img
@@ -346,7 +346,7 @@ export default function Groot() {
346346
/>
347347
<Link
348348
onclick="fathom.trackGoal('I8XXZTK4', 0);"
349-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-1.3.1-windows-installer.exe'>
349+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-1.4.0-windows-installer.exe'>
350350
Windows installer
351351
</Link>
352352
</div>
@@ -358,7 +358,7 @@ export default function Groot() {
358358
/>
359359
<Link
360360
onclick="fathom.trackGoal('VGT2ANC4', 0);"
361-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-1.3.1-linux-installer.run'>
361+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-1.4.0-linux-installer.run'>
362362
Linux installer
363363
</Link>
364364
</div>
@@ -371,7 +371,7 @@ export default function Groot() {
371371
<Link
372372
// style={{marginLeft: '20px'}}
373373
onclick="fathom.trackGoal('DIQDUTJ2', 0);"
374-
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.3.1-x86_64.AppImage'>
374+
to='https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.4.0-x86_64.AppImage'>
375375
AppImage (Linux)
376376
</Link>
377377
</div>

0 commit comments

Comments
 (0)