Skip to content

Commit 4eebee4

Browse files
committed
Update website for release 0.4.3-beta
1 parent c7e69cf commit 4eebee4

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
# render the templates
2525
template = env.get_template(page)
2626
output = template.render(
27-
version="v0.4.2-beta",
28-
n_supported_devices=57,
27+
version="v0.4.3-beta",
28+
n_supported_devices=60,
2929
)
3030

3131
# write to file

public/download.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
143143
<p>Get it from Flathub and install it easily on any Linux distribution.</p>
144144
</a>
145145
<a class="tile is-child box is-clickable" target="_blank"
146-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-ubuntu-latest.zip">
146+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.3-beta/openandroidinstaller-v0.4.3-beta-ubuntu-latest.zip">
147147
<div class="icon-text title">
148148
<span class="icon is-medium">
149149
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -154,7 +154,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
154154
<p>Click to download the zipped executable. You may need to give it execution permissions.</p>
155155
</a>
156156
<a class="tile is-child box is-clickable" target="_blank"
157-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-ubuntu-20.04.zip">
157+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.3-beta/openandroidinstaller-v0.4.3-beta-ubuntu-20.04.zip">
158158
<div class="icon-text title">
159159
<span class="icon is-medium">
160160
<i class="fab fa-ubuntu" aria-hidden="true"></i>
@@ -167,7 +167,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
167167
</div>
168168
<div class="tile is-vertical is-parent">
169169
<a class="tile is-child box" target="_blank"
170-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-windows-latest.zip">
170+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.3-beta/openandroidinstaller-v0.4.3-beta-windows-latest.zip">
171171
<div class="icon-text title">
172172
<span class="icon is-medium">
173173
<i class="fab fa-windows" aria-hidden="true"></i>
@@ -177,7 +177,7 @@ <h2 class="subtitle">The OpenAndroidInstaller is available for download for diff
177177
<p>Click to download the zipped exe.</p>
178178
</a>
179179
<a class="tile is-child box is-clickable" target="_blank"
180-
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.2-beta/openandroidinstaller-v0.4.2-beta-macos-latest.zip">
180+
href="https://github.com/openandroidinstaller-dev/openandroidinstaller/releases/download/v0.4.3-beta/openandroidinstaller-v0.4.3-beta-macos-latest.zip">
181181
<div class="icon-text title">
182182
<span class="icon is-medium">
183183
<i class="fab fa-apple" aria-hidden="true"></i>

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ <h4 class="is-size-4 has-text-weight-bold mb-2">Free & Open Source</h4>
196196
<div class="ml-3">
197197
<h4 class="is-size-4 has-text-weight-bold mb-2">Supports many devices</h4>
198198
<p class="subtitle has-text-grey">Built-in <a
199-
href="https://openandroidinstaller.org/supported-devices.html">support for 57
199+
href="https://openandroidinstaller.org/supported-devices.html">support for 60
200200
devices</a> and an
201201
easy extension system.</p>
202202
</div>

public/supported-devices.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<div class="hero-body">
108108
<div class="container has-text-centered">
109109
<h1 class="mb-4 is-size-1 is-size-3-mobile has-text-weight-bold">Officially supported devices</h1>
110-
<h2 class="subtitle">Currently, <strong>we support 57 devices</strong> by various vendors and working on
110+
<h2 class="subtitle">Currently, <strong>we support 60 devices</strong> by various vendors and working on
111111
adding more soon!</h2>
112112
</div>
113113
</div>

0 commit comments

Comments
 (0)