Skip to content

Commit

Permalink
Loom 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Jan 9, 2024
1 parent b15a232 commit e83c578
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion scripts/src/lib/Installer.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import DownloadIcon from "./DownloadIcon.svelte";
const win32 = navigator.platform == "Win32"
const showVersionSelection = true;
const showVersionSelection = false;
let expertOptions = false;
let selectedVersion = "";
Expand Down
2 changes: 1 addition & 1 deletion scripts/src/lib/Versions.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fabric_version={apiVersion}

<h4>Loom</h4>

<p>The recommended loom version is <strong>1.4-SNAPSHOT</strong>. This is usually defined near the top of your build.gradle file.</p>
<p>The recommended loom version is <strong>1.5-SNAPSHOT</strong>. This is usually defined near the top of your build.gradle file.</p>

<style>
.copy-code {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.4-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
<%_ if (it.kotlin) { %>
id "org.jetbrains.kotlin.jvm" version "<%= it.kotlin.kotlinVersion %>"
Expand Down

0 comments on commit e83c578

Please sign in to comment.