From 0ce81085442655b7b8ad159feb67a75b0952ddb7 Mon Sep 17 00:00:00 2001 From: efekos Date: Wed, 20 Sep 2023 23:48:56 +0300 Subject: [PATCH] update versions --- CHANGELOG.md | 5 ++++- README.md | 8 ++++---- guide/Installation.md | 4 ++-- pom.xml | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3ae758..499706b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -47,4 +47,7 @@ * **Fixed** An issue causing due to optional parameters in `CoreCommand` ## 1.5.6 -* **Fixed** The same issue, I hope. \ No newline at end of file +* **Fixed** The same issue, I hope. + +## 1.5.7 +* **Fixed** The same issue. I won't go further today if it isn't fixed. \ No newline at end of file diff --git a/README.md b/README.md index d7cdb0d..f5c9967 100644 --- a/README.md +++ b/README.md @@ -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 @@ -29,7 +29,7 @@ com.github.efe124 Simpler - 1.5.6 + 1.5.7 ```` @@ -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' } ```` \ No newline at end of file diff --git a/guide/Installation.md b/guide/Installation.md index 76d3409..50ceac0 100644 --- a/guide/Installation.md +++ b/guide/Installation.md @@ -25,7 +25,7 @@ Add this dependency to your dependencies. com.github.efe124 Simpler - 1.5.6 + 1.5.7 ```` @@ -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' } ```` \ No newline at end of file diff --git a/pom.xml b/pom.xml index da5cc05..81497f3 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ me.efekos Simpler - 1.5.6 + 1.5.7 jar Simpler