Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeJMattson committed Jul 11, 2019
1 parent a9df8d6 commit ce5c253
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://kotlinlang.org/">
<img src="https://img.shields.io/badge/Kotlin-1.3.30-blue.svg" alt="Kotlin 1.3.30">
<img src="https://img.shields.io/badge/Kotlin-1.3.41-blue.svg" alt="Kotlin 1.3.41">
</a>
<a href="https://gitlab.com/Aberrantfox/KUtils">
<img src="https://img.shields.io/badge/KUtils-0.9.17-blue.svg" alt="KUtils 0.9.17">
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.jakejmattson</groupId>
<artifactId>EmbedBot</artifactId>
<version>1.0.0</version>
<version>1.1.0</version>

<properties>
<!-- Project Properties -->
Expand All @@ -18,7 +18,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Version Numbers -->
<kotlin.version>1.3.30</kotlin.version>
<kotlin.version>1.3.41</kotlin.version>
<kutils.version>0.9.17</kutils.version>
</properties>

Expand Down

0 comments on commit ce5c253

Please sign in to comment.