Skip to content

Commit 0bf04b5

Browse files
committed
V 0.10.19
1 parent e45dae0 commit 0bf04b5

File tree

33 files changed

+34
-34
lines changed

33 files changed

+34
-34
lines changed

IF/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>IF-parent</artifactId>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
8-
<version>0.10.19-SNAPSHOT</version>
8+
<version>0.10.19</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To add this project as a dependency to your pom.xml, add the following to your p
1414
<dependency>
1515
<groupId>com.github.stefvanschie.inventoryframework</groupId>
1616
<artifactId>IF</artifactId>
17-
<version>0.10.18</version>
17+
<version>0.10.19</version>
1818
</dependency>
1919
```
2020
The project is in the Central Repository, so specifying a repository is not needed.
@@ -50,7 +50,7 @@ Replace [YOUR PACKAGE] with the top-level package of your project.
5050
To add this project as a dependency for your Gradle project, make sure your `dependencies` section of your build.gradle looks like the following:
5151
```Groovy
5252
dependencies {
53-
implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.18'
53+
implementation 'com.github.stefvanschie.inventoryframework:IF:0.10.19'
5454
// ...
5555
}
5656
```

adventure-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>IF-parent</artifactId>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
8-
<version>0.10.19-SNAPSHOT</version>
8+
<version>0.10.19</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

inventory-view/iv-abstract-class/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
88
<artifactId>IF-parent</artifactId>
9-
<version>0.10.19-SNAPSHOT</version>
9+
<version>0.10.19</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

inventory-view/iv-abstraction/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
88
<artifactId>IF-parent</artifactId>
9-
<version>0.10.19-SNAPSHOT</version>
9+
<version>0.10.19</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

inventory-view/iv-interface/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
88
<artifactId>IF-parent</artifactId>
9-
<version>0.10.19-SNAPSHOT</version>
9+
<version>0.10.19</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

nms/1_14/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>IF-parent</artifactId>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
8-
<version>0.10.19-SNAPSHOT</version>
8+
<version>0.10.19</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

nms/1_15/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>IF-parent</artifactId>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
8-
<version>0.10.19-SNAPSHOT</version>
8+
<version>0.10.19</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

nms/1_16_1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>IF-parent</artifactId>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
8-
<version>0.10.19-SNAPSHOT</version>
8+
<version>0.10.19</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

nms/1_16_2-3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>IF-parent</artifactId>
77
<groupId>com.github.stefvanschie.inventoryframework</groupId>
8-
<version>0.10.19-SNAPSHOT</version>
8+
<version>0.10.19</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)