Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Space Acres v0.1.21 -> v0.1.23 #532

Merged
merged 1 commit into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.21/space-acres-0.1.21-x86_64.msi"
to="https://github.com/subspace/space-acres/releases/download/0.1.23/space-acres-0.1.23-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.21/space-acres_0.1.21-1_amd64.deb"
to="https://github.com/subspace/space-acres/releases/download/0.1.23/space-acres_0.1.23-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.21/space-acres-0.1.21-x86_64.AppImage"
to="https://github.com/subspace/space-acres/releases/download/0.1.23/space-acres-0.1.23-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.21/space-acres-0.1.21-x86_64.msi"
to="https://github.com/subspace/space-acres/releases/download/0.1.23/space-acres-0.1.23-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.21/space-acres_0.1.21-1_amd64.deb"
to="https://github.com/subspace/space-acres/releases/download/0.1.23/space-acres_0.1.23-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.21/space-acres-0.1.21-x86_64.AppImage"
to="https://github.com/subspace/space-acres/releases/download/0.1.23/space-acres-0.1.23-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