Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Nov 4, 2024
1 parent cb757a8 commit 1db29ea
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 @@ -34,7 +34,7 @@ To add this project as a dependency to your project, add the following to your p
<dependency>
<groupId>com.github.Despical</groupId>
<artifactId>CommandFramework</artifactId>
<version>1.5.11</version>
<version>1.5.12</version>
</dependency>
```

Expand All @@ -46,7 +46,7 @@ repositories {
```
```groovy
dependencies {
implementation 'com.github.Despical:CommandFramework:1.5.11'
implementation 'com.github.Despical:CommandFramework:1.5.12'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>me.despical</groupId>
<artifactId>command-framework</artifactId>
<version>1.5.11</version>
<version>1.5.12</version>

<name>Command Framework</name>
<inceptionYear>2020</inceptionYear>
Expand Down

0 comments on commit 1db29ea

Please sign in to comment.