Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Despical committed Jul 28, 2024
1 parent 1b7d90c commit 808b3bf
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.8</version>
<version>1.4.9</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -50,7 +50,7 @@ repositories {
```
```groovy
dependencies {
implementation 'com.github.Despical:CommandFramework:1.4.8'
implementation 'com.github.Despical:CommandFramework:1.4.9'
}
```

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.8</version>
<version>1.4.9</version>

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

0 comments on commit 808b3bf

Please sign in to comment.