Skip to content

Commit

Permalink
release: 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vectrixdevelops committed Sep 28, 2021
1 parent 3408ce2 commit 8e6559b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ plugins {
}

group = "space.vectrix.ignite"
version = "0.5.2-SNAPSHOT"
version = "0.5.2"
description = "Bootstraps the Minecraft Server with ModLauncher to apply Mixins and Access Wideners from mods."
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ To depend on the Ignite API in order to create your mod, you will need to add th
<dependency>
<groupId>space.vectrix.ignite</groupId>
<artifactId>ignite-api</artifactId>
<version>0.5.1</version>
<version>0.5.2</version>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
<artifactId>mixin</artifactId>
<version>0.8.3</version>
<version>0.8.4</version>
</dependency>
</dependencies>
```
Expand All @@ -82,8 +82,8 @@ repositories {
}
dependencies {
compile "space.vectrix.ignite:ignite-api:0.5.1"
compile "org.spongepowered:mixin:0.8.3"
compile "space.vectrix.ignite:ignite-api:0.5.2"
compile "org.spongepowered:mixin:0.8.4"
}
```

Expand Down

0 comments on commit 8e6559b

Please sign in to comment.