Skip to content

Commit 983233c

Browse files
Bump version.
1 parent aac434f commit 983233c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ How to include the API with Maven:
1414
<dependency>
1515
<groupId>net.milkbowl.vault</groupId>
1616
<artifactId>VaultUnlockedAPI</artifactId>
17-
<version>2.10</version><!-- Validate this is the most recent version from the CI -->
17+
<version>2.11</version><!-- Validate this is the most recent version from the CI -->
1818
<scope>provided</scope>
1919
</dependency>
2020
</dependencies>
@@ -26,7 +26,7 @@ repositories {
2626
maven { url 'https://repo.codemc.org/repository/maven-public' }
2727
}
2828
dependencies {
29-
compileOnly "net.milkbowl.vault:VaultUnlockedAPI:2.9"
29+
compileOnly "net.milkbowl.vault:VaultUnlockedAPI:2.11"
3030
}
3131
```
3232

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>net.milkbowl.vault</groupId>
55
<artifactId>VaultUnlockedAPI</artifactId>
6-
<version>2.10</version>
6+
<version>2.11</version>
77

88

99
<name>VaultUnlockedAPI</name>

0 commit comments

Comments
 (0)