Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed Jan 30, 2023
1 parent 1d96b57 commit 68764fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ repositories {
}
dependencies {
implementation "org.spongepowered:modlauncher-injector-junit:1.0.0-SNAPSHOT"
implementation "org.spongepowered:modlauncher-injector-junit:1.0.0"
}
```

Expand All @@ -43,7 +43,7 @@ If you're using [Maven] to manage project dependencies, simply include the follo
<dependency>
<groupId>org.spongepowered</groupId>
<artifactId>modlauncher-injector-junit</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
}

group 'org.spongepowered'
version '1.0.0-SNAPSHOT'
version '1.0.0'
description 'A helper library to allow running JUnit tests in a ModLauncher context.'

dependencies {
Expand Down

0 comments on commit 68764fa

Please sign in to comment.