Skip to content

Commit

Permalink
Bumped version to 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRowin committed Aug 17, 2021
1 parent af6865a commit 1493546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Maven
<dependency>
<groupId>com.github.vaperion</groupId>
<artifactId>blade</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand All @@ -38,7 +38,7 @@ allprojects {
}
dependencies {
implementation 'com.github.vaperion:blade:1.2.8'
implementation 'com.github.vaperion:blade:1.2.9'
}
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>me.vaperion</groupId>
<artifactId>blade</artifactId>
<version>1.2.8</version>
<version>1.2.9</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 1493546

Please sign in to comment.