@@ -320,7 +320,7 @@ export default function Groot() {
320320 className = { `${ styles . sectionText } container ${ styles . flexCol } gap-5 ` }
321321 >
322322 < h1 > Download Groot 2</ h1 >
323- < h3 > Version: 1.0.0 (Released 2023-07-04 )</ h3 >
323+ < h3 > Version: 1.0.1 (Released 2023-07-07 )</ h3 >
324324 < div className = { styles . downloadGroup } >
325325 < div >
326326 < img
@@ -330,7 +330,7 @@ export default function Groot() {
330330 />
331331 < Link
332332 className = "button button--outline button--primary button--lg umami--click--download-windows"
333- to = "https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-1.0.0 -windows-installer.exe"
333+ to = "https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_windows_installer/Groot2-1.0.1 -windows-installer.exe"
334334 >
335335 Download Windows installer
336336 </ Link >
@@ -343,7 +343,7 @@ export default function Groot() {
343343 />
344344 < Link
345345 className = "button button--outline button--primary button--lg umami--click--download-linux"
346- to = "https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-1.0.0 -linux-installer.run"
346+ to = "https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-1.0.1 -linux-installer.run"
347347 >
348348 Download Linux installer
349349 </ Link >
@@ -356,7 +356,7 @@ export default function Groot() {
356356 />
357357 < Link
358358 className = "button button--outline button--primary button--lg umami--click--download-appimage"
359- to = "https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.0.0 -x86_64.AppImage"
359+ to = "https://s3.us-west-1.amazonaws.com/download.behaviortree.dev/groot2_linux_installer/Groot2-v1.0.1 -x86_64.AppImage"
360360 >
361361 Download AppImage (Linux)
362362 </ Link >
0 commit comments