Skip to content

Commit 29aa513

Browse files
committed
Target Sponge API 12
1 parent 39f744c commit 29aa513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/Download/Quiz.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</ul>
4848
<ul class="options" v-if="options.sponge">
4949
<li @click="proceed(4, 'latest')">
50-
{{ $t('quiz.newer', { version: 'SpongeAPI 8' }) }}
50+
{{ $t('quiz.newer', { version: 'SpongeAPI 12' }) }}
5151
</li>
5252
<li @click="proceed(4, 'unsupported')">
5353
{{ $t('quiz.older', { version: 'SpongeAPI 7' }) }}

src/views/Download.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<img src="@/assets/logos/sponge.png" alt="Sponge">
3636
Sponge
3737
</span>
38-
<small>{{ $t('download.sponge', { version: 'API 8 & 9' }) }}</small>
38+
<small>{{ $t('download.sponge', { version: 'API 12' }) }}</small>
3939
</a>
4040
<a
4141
:href="downloads.fabric"

0 commit comments

Comments
 (0)