Skip to content

Commit

Permalink
release: 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vectrixdevelops committed Feb 18, 2023
1 parent 57b1042 commit 7fb909e
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.8.1-SNAPSHOT"
version = "0.8.1"
description = "A Mixin and Access Widener mod loader for Spigot/Paper."
4 changes: 2 additions & 2 deletions readme.md
Expand Up @@ -40,7 +40,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.8.0</version>
<version>0.8.1</version>
</dependency>
<dependency>
<groupId>org.spongepowered</groupId>
Expand All @@ -60,7 +60,7 @@ repositories {
}
dependencies {
compile "space.vectrix.ignite:ignite-api:0.8.0"
compile "space.vectrix.ignite:ignite-api:0.8.1"
compile "org.spongepowered:mixin:0.8.5"
}
```
Expand Down

0 comments on commit 7fb909e

Please sign in to comment.