Skip to content

Commit

Permalink
Merge pull request #522 from subspace/version-update-0.1.21
Browse files Browse the repository at this point in the history
Update Space Acres v0.1.19 -> v0.1.21
  • Loading branch information
randywessels committed May 24, 2024
2 parents bc5b912 + 1fe8ad3 commit 4d45b3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/subspace/space-acres/releases/download/0.1.19/space-acres-0.1.19-x86_64.msi"
to="https://github.com/subspace/space-acres/releases/download/0.1.21/space-acres-0.1.21-x86_64.msi"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Windows Installer</span>
<span style={{ fontSize: '14px' }}>(.MSI)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/subspace/space-acres/releases/download/0.1.19/space-acres_0.1.19-1_amd64.deb"
to="https://github.com/subspace/space-acres/releases/download/0.1.21/space-acres_0.1.21-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/subspace/space-acres/releases/download/0.1.19/space-acres-0.1.19-x86_64.AppImage"
to="https://github.com/subspace/space-acres/releases/download/0.1.21/space-acres-0.1.21-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 @@ -4,21 +4,21 @@ import styles from '@site/src/pages/index.module.css';
<div className={`${styles.buttons} ${styles.flexContainer}`}>
<Link
className="button button--secondary"
to="https://github.com/subspace/space-acres/releases/download/0.1.19/space-acres-0.1.19-x86_64.msi"
to="https://github.com/subspace/space-acres/releases/download/0.1.21/space-acres-0.1.21-x86_64.msi"
style={{ display: 'flex', flexDirection: 'column', alignItems: 'center', justifyContent: 'center', textAlign: 'center', padding: '10px' }}>
<span style={{ fontSize: '20px' }}>Windows Installer</span>
<span style={{ fontSize: '14px' }}>(.MSI)</span>
</Link>
<Link
className="button button--secondary"
to="https://github.com/subspace/space-acres/releases/download/0.1.19/space-acres_0.1.19-1_amd64.deb"
to="https://github.com/subspace/space-acres/releases/download/0.1.21/space-acres_0.1.21-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/subspace/space-acres/releases/download/0.1.19/space-acres-0.1.19-x86_64.AppImage"
to="https://github.com/subspace/space-acres/releases/download/0.1.21/space-acres-0.1.21-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

0 comments on commit 4d45b3e

Please sign in to comment.