Skip to content

Commit 249fe81

Browse files
committed
Bump version in README
1 parent 84a16d4 commit 249fe81

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
@@ -4,7 +4,7 @@ An advanced loading screen with the loading progress of mods. It works on all Mi
44

55
## Agent
66

7-
Mod Loading Screen provides a Java agent, which allows opening the loading screen before even the mod loader itself loads. This feature is primarily targeted at modpack developers who want to make a seamless loading experience. The agent can be used by passing `-javaagent:mod-loading-screen-1.0.4.jar` as a JVM argument. If the agent is used, the loading screen should *not* be installed as a mod.
7+
Mod Loading Screen provides a Java agent, which allows opening the loading screen before even the mod loader itself loads. This feature is primarily targeted at modpack developers who want to make a seamless loading experience. The agent can be used by passing `-javaagent:mod-loading-screen-1.0.5.jar` as a JVM argument. If the agent is used, the loading screen should *not* be installed as a mod.
88

99
## API
1010

@@ -27,7 +27,7 @@ repositories {
2727
2828
dependencies {
2929
// implementation, not modImplementation!
30-
include(implementation("maven.modrinth:mod-loading-screen:1.0.4:api"))
30+
include(implementation("maven.modrinth:mod-loading-screen:1.0.5:api"))
3131
}
3232
```
3333

0 commit comments

Comments
 (0)