From 2131cb82ff501326e8c9e45e72652fbf489ae8a6 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 24 May 2020 19:06:32 +0000 Subject: [PATCH] chore(release): 1.1.1 [skip ci] ## [1.1.1](https://github.com/Silthus/sLib/compare/v1.1.0...v1.1.1) (2020-05-24) ### Bug Fixes * **release:** remove github_api_url ([247f4fb](https://github.com/Silthus/sLib/commit/247f4fbc0837accbe1f54bad7048017275b32ab1)) --- CHANGELOG.md | 7 +++++++ gradle.properties | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fc14c5..7233305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.1.1](https://github.com/Silthus/sLib/compare/v1.1.0...v1.1.1) (2020-05-24) + + +### Bug Fixes + +* **release:** remove github_api_url ([247f4fb](https://github.com/Silthus/sLib/commit/247f4fbc0837accbe1f54bad7048017275b32ab1)) + # [1.1.0](https://github.com/Silthus/sLib/compare/v1.0.6...v1.1.0) (2020-05-24) diff --git a/gradle.properties b/gradle.properties index fd6646d..a791509 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,6 +1,6 @@ group = net.silthus packageName = net.silthus.slib -version = 1.1.0 +version = 1.1.1 pluginName = sLib author = Silthus apiVersion = 1.15