Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneDev6 committed Nov 14, 2023
2 parents 3959d6d + ee027aa commit 7d9eb45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ In your **<dependencies>** section (Replace `VERSION` with the [latest rel
<dependency>
<groupId>com.github.LoneDev6</groupId>
<artifactId>api-itemsadder</artifactId>
<version>VERSION</version>
<version>3.6.1</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -64,7 +64,7 @@ In your **&lt;dependencies&gt;** section (Replace `VERSION` with the [latest rel
<dependency>
<groupId>dev.lone</groupId>
<artifactId>api-itemsadder</artifactId>
<version>VERSION</version>
<version>3.6.1</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -87,7 +87,7 @@ repositories {
Artifact (Replace `VERSION` with the [latest release](https://github.com/LoneDev6/API-ItemsAdder/packages?ecosystem=maven) of this package):
```gradle
dependencies {
compileOnly 'dev.lone:api-itemsadder:VERSION'
compileOnly 'dev.lone:api-itemsadder:3.6.1'
}
```

Expand All @@ -107,7 +107,7 @@ repositories {
Artifact (Replace `VERSION` with the [latest release](https://github.com/LoneDev6/API-ItemsAdder/packages?ecosystem=maven) of this package):
```gradle
dependencies {
compileOnly 'com.github.LoneDev6:API-ItemsAdder:VERSION'
compileOnly 'com.github.LoneDev6:API-ItemsAdder:3.6.1'
}
```

Expand Down

0 comments on commit 7d9eb45

Please sign in to comment.