Skip to content

Commit

Permalink
Merge pull request #753 from autonomys/version-update-0.2.4
Browse files Browse the repository at this point in the history
Update Space Acres v0.2.3 -> v0.2.4
  • Loading branch information
jim-counter authored Nov 18, 2024
2 parents 6c1a97a + 274a7e6 commit 9dc643a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.3/space-acres-0.2.3-x86_64.exe"
to="https://github.com/autonomys/space-acres/releases/download/0.2.4/space-acres-0.2.4-x86_64.exe"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Windows Installer</span>
<span style={{ fontSize: '14px' }}>(.exe)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.3/space-acres_0.2.3-1_amd64.deb"
to="https://github.com/autonomys/space-acres/releases/download/0.2.4/space-acres_0.2.4-1_amd64.deb"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Linux Installer</span>
<span style={{ fontSize: '14px' }}>(.DEB)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.3/space-acres-0.2.3-x86_64.AppImage"
to="https://github.com/autonomys/space-acres/releases/download/0.2.4/space-acres-0.2.4-x86_64.AppImage"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Linux Portable App</span>
<span style={{ fontSize: '14px' }}>(AppImage)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.3/space-acres-0.2.3.dmg"
to="https://github.com/autonomys/space-acres/releases/download/0.2.4/space-acres-0.2.4.dmg"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>macOS Installer</span>
<span style={{ fontSize: '14px' }}>(.dmg)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ Currently, there are two ways to get Space Acres on Linux:
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.3/space-acres_0.2.3-1_amd64.deb"
to="https://github.com/autonomys/space-acres/releases/download/0.2.4/space-acres_0.2.4-1_amd64.deb"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Ubuntu Installer</span>
<span style={{ fontSize: '14px' }}>(.deb)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.3/space-acres-0.2.3-x86_64.AppImage"
to="https://github.com/autonomys/space-acres/releases/download/0.2.4/space-acres-0.2.4-x86_64.AppImage"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Linux Portable App</span>
<span style={{ fontSize: '14px' }}>(AppImage)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.3/space-acres-0.2.3.dmg"
to="https://github.com/autonomys/space-acres/releases/download/0.2.4/space-acres-0.2.4.dmg"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>macOS Installer</span>
<span style={{ fontSize: '14px' }}>(.dmg)</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/autonomys/space-acres/releases/download/0.2.3/space-acres-0.2.3-x86_64.exe"
to="https://github.com/autonomys/space-acres/releases/download/0.2.4/space-acres-0.2.4-x86_64.exe"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Windows Installer</span>
<span style={{ fontSize: '14px' }}>(.exe)</span>
Expand Down

0 comments on commit 9dc643a

Please sign in to comment.