Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Aug 19, 2024
1 parent 7ad072f commit a21457a
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 @@ -37,7 +37,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.4.9</version>
<version>1.5.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -50,7 +50,7 @@ repositories {
```
```groovy
dependencies {
implementation 'com.github.Despical:CommandFramework:1.4.9'
implementation 'com.github.Despical:CommandFramework:1.5.0'
}
```

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

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

0 comments on commit a21457a

Please sign in to comment.