Skip to content

Commit

Permalink
Update project version
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed May 20, 2023
1 parent ef0a1e6 commit 72cd197
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The project isn't in the Central Repository yet, so specifying a repository is n
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>OITC</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -56,7 +56,7 @@ repositories {
```
```
dependencies {
compileOnly group: "com.github.Despical", name: "OITC", version: "2.3.4";
compileOnly group: "com.github.Despical", name: "OITC", version: "2.3.5";
}
```
</details>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>me.despical</groupId>
<artifactId>one-in-the-chamber</artifactId>
<version>2.3.4</version>
<version>2.3.5</version>
<name>One In The Chamber</name>

<properties>
Expand Down

0 comments on commit 72cd197

Please sign in to comment.