Skip to content

Commit 38516ea

Browse files
committed
Fixed maven info in the readme
1 parent 86af080 commit 38516ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ repositories {
2525
}
2626
2727
dependencies {
28-
runtimeOnly fg.deobf("com.faux.ingredientextension:IngredientExtensionAPI-fabric-1.18.1:[VERSION]")
28+
modCompileOnly("com.faux.ingredientextension:IngredientExtensionAPI-fabric-1.18.2:[VERSION]")
2929
}
3030
```
3131

3232
Just replace `[VERSION]` with the latest released version, which is currently:
3333

34-
[![Maven](https://img.shields.io/maven-metadata/v?color=C71A36&label=&metadataUrl=https%3A%2F%2Fmaven.blamejared.com%2Fcom%2Ffaux%2Fingredientextension%2FIngredientExtensionAPI-fabric-1.18.1%2Fmaven-metadata.xml&style=flat-square)](https://maven.blamejared.com/com/faux/ingredientextension/)
34+
[![Maven](https://img.shields.io/maven-metadata/v?color=C71A36&label=&metadataUrl=https%3A%2F%2Fmaven.blamejared.com%2Fcom%2Ffaux%2Fingredientextension%2FIngredientExtensionAPI-fabric-1.18.2%2Fmaven-metadata.xml&style=flat-square)](https://maven.blamejared.com/com/faux/ingredientextension/)
3535

3636
Simply remove the `v` and use that version, so `v1.0.0.0` becomes `1.0.0.0`
3737

0 commit comments

Comments
 (0)