Skip to content

Commit

Permalink
V 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stefvanschie committed Aug 18, 2020
1 parent 05d58bc commit f0356b7
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 @@ -11,7 +11,7 @@ To add this project as a dependency to your pom.xml, add the following to your p
<dependency>
<groupId>com.github.stefvanschie.inventoryframework</groupId>
<artifactId>IF</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
</dependency>
```
The project is in the Central Repository, so specifying a repository is not needed.
Expand Down Expand Up @@ -47,7 +47,7 @@ Replace [YOUR PACKAGE] with the top-level package of your project.
To add this project as a dependency for your Gradle project, make sure your `dependencies` section of your build.gradle looks like the following:
```Groovy
dependencies {
compile 'com.github.stefvanschie.inventoryframework:IF:0.7.1'
compile 'com.github.stefvanschie.inventoryframework:IF:0.7.2'
// ...
}
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.stefvanschie.inventoryframework</groupId>
<artifactId>IF</artifactId>
<version>0.7.1</version>
<version>0.7.2</version>
<packaging>jar</packaging>

<name>IF</name>
Expand Down

0 comments on commit f0356b7

Please sign in to comment.