Skip to content

Commit 0ec192f

Browse files
committed
V 0.5.8
1 parent 26c1d5d commit 0ec192f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ To add this project as a dependency to your pom.xml, add the following to your p
1111
<dependency>
1212
<groupId>com.github.stefvanschie.inventoryframework</groupId>
1313
<artifactId>IF</artifactId>
14-
<version>0.5.7</version>
14+
<version>0.5.8</version>
1515
</dependency>
1616
```
1717
The project is in the Central Repository, so specifying a repository is not needed.
@@ -47,7 +47,7 @@ Replace [YOUR PACKAGE] with the top-level package of your project.
4747
To add this project as a dependency for your Gradle project, make sure your `dependencies` section of your build.gradle looks like the following:
4848
```Groovy
4949
dependencies {
50-
compile 'com.github.stefvanschie.inventoryframework:IF:0.5.7'
50+
compile 'com.github.stefvanschie.inventoryframework:IF:0.5.8'
5151
// ...
5252
}
5353
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<groupId>com.github.stefvanschie.inventoryframework</groupId>
1313
<artifactId>IF</artifactId>
14-
<version>0.5.7</version>
14+
<version>0.5.8</version>
1515
<packaging>jar</packaging>
1616

1717
<name>IF</name>

0 commit comments

Comments
 (0)