Skip to content

Commit

Permalink
Removed confirmation from delete command
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jul 7, 2024
1 parent 445135f commit 4c7c43d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ If you still didn't find an answer see documentation section below.
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>KOTL</artifactId>
<version>2.9.8</version>
<version>VERSION</version>
<scope>provided</scope>
</dependency>
```
Expand All @@ -54,7 +54,7 @@ repositories {
```
```gradle
dependencies {
compileOnly 'com.github.Despical:KOTL:2.9.8';
compileOnly 'com.github.Despical:KOTL:VERSION';
}
```
</details>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.despical</groupId>
<artifactId>king-of-the-ladder</artifactId>
<version>2.9.8</version>
<version>2.9.9</version>

<name>King of the Ladder</name>
<inceptionYear>2020</inceptionYear>
Expand Down Expand Up @@ -33,7 +33,7 @@

<issueManagement>
<system>GitHub Issue Tracker</system>
<url>https://github.com/Despical/KOTL/issues</url>
<url>https://github.com/Despical/KOTL/issues/</url>
</issueManagement>

<repositories>
Expand Down Expand Up @@ -65,7 +65,7 @@
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>Commons</artifactId>
<version>1.7.7</version>
<version>1.7.8</version>
</dependency>
<dependency>
<groupId>com.github.Despical</groupId>
Expand Down

0 comments on commit 4c7c43d

Please sign in to comment.