Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
efekos committed Sep 20, 2023
1 parent b1506c7 commit 0ce8108
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,7 @@
* **Fixed** An issue causing due to optional parameters in `CoreCommand`

## 1.5.6
* **Fixed** The same issue, I hope.
* **Fixed** The same issue, I hope.

## 1.5.7
* **Fixed** The same issue. I won't go further today if it isn't fixed.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![](https://jitpack.io/v/efe124/Simpler.svg)](https://jitpack.io/#efe124/Simpler)
[![License: ISC](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/ISC)
![version](https://img.shields.io/badge/version-1.5.6-blue)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
![version](https://img.shields.io/badge/version-1.5.7-blue)
# Simpler

<!-- TOC -->
Expand Down Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>com.github.efe124</groupId>
<artifactId>Simpler</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>
````

Expand All @@ -47,6 +47,6 @@ allprojects {
* Add this dependency:
````gradle
dependencies {
implementation 'com.github.efe124:Simpler:1.5.6'
implementation 'com.github.efe124:Simpler:1.5.7'
}
````
4 changes: 2 additions & 2 deletions guide/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Add this dependency to your dependencies.
<dependency>
<groupId>com.github.efe124</groupId>
<artifactId>Simpler</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
</dependency>
````

Expand All @@ -44,6 +44,6 @@ allprojects {
Add this dependency
````gradle
dependencies {
implementation 'com.github.efe124:Simpler:1.5.6'
implementation 'com.github.efe124:Simpler:1.5.7'
}
````
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.efekos</groupId>
<artifactId>Simpler</artifactId>
<version>1.5.6</version>
<version>1.5.7</version>
<packaging>jar</packaging>

<name>Simpler</name>
Expand Down

0 comments on commit 0ce8108

Please sign in to comment.