Skip to content

Commit

Permalink
release: 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vectrixdevelops committed Dec 10, 2021
1 parent 1bb4892 commit 91e9dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -3,5 +3,5 @@ plugins {
}

group = "space.vectrix.ignite"
version = "0.7.2-SNAPSHOT"
version = "0.7.2"
description = "Bootstraps the Minecraft Server with ModLauncher to apply Mixins and Access Wideners from mods."
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -79,7 +79,7 @@ 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.7.1</version>
<version>0.7.2</version>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
Expand All @@ -99,7 +99,7 @@ repositories {
}
dependencies {
compile "space.vectrix.ignite:ignite-api:0.7.1"
compile "space.vectrix.ignite:ignite-api:0.7.2"
compile "org.spongepowered:mixin:0.8.5"
}
```
Expand Down

0 comments on commit 91e9dc9

Please sign in to comment.