Skip to content

Commit

Permalink
Updated NBT API
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jun 19, 2023
1 parent fe135a1 commit 837148b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To add this project as a dependency to your project, add the following to your p
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>InventoryFramework</artifactId>
<version>2.2.4</version>
<version>2.2.6</version>
</dependency>
```

Expand Down Expand Up @@ -64,7 +64,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.Despical:InventoryFramework:2.2.4'
compile 'com.github.Despical:InventoryFramework:2.2.6'
// ...
}
```
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.Despical</groupId>
<artifactId>InventoryFramework</artifactId>
<version>2.2.4</version>
<version>2.2.6</version>
<packaging>jar</packaging>

<name>Inventory Framework</name>
Expand Down Expand Up @@ -76,7 +76,7 @@
<dependency>
<groupId>de.tr7zw</groupId>
<artifactId>item-nbt-api</artifactId>
<version>2.11.2</version>
<version>2.11.3</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 837148b

Please sign in to comment.