Skip to content

Commit

Permalink
release: 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vectrixdevelops committed May 1, 2021
1 parent 13ef7c4 commit 7956291
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "space.vectrix.ignite"
version = "0.3.1-SNAPSHOT"
version = "0.3.1"
description = "Bootstraps the Minecraft Server with ModLauncher to apply Mixins and Access Transformers from mods."

subprojects {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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.3.0</version>
<version>0.3.1</version>
</dependency>
```

Expand All @@ -40,7 +40,7 @@ repositories {
}
dependencies {
compile "space.vectrix.ignite:ignite-api:0.3.0"
compile "space.vectrix.ignite:ignite-api:0.3.1"
}
```

Expand Down

0 comments on commit 7956291

Please sign in to comment.