From 86a20493c5f2e1ba6e8b1232af8221088f360cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mate=CC=8Cj=20Kas=CC=8Cpar=20Jira=CC=81sek?= Date: Mon, 17 Aug 2020 16:54:54 +0200 Subject: [PATCH 1/2] Update logo position in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ca0f6c..d2ec752 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![The Funtasty Danger](doc/logo.svg) +The Funtasty Danger logo # Danger rules at [Futured](https://www.futured.app) From dd0c947dc4c7cb1895f2aa5aeeef942a7ea16c65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mate=CC=8Cj=20Kas=CC=8Cpar=20Jira=CC=81sek?= Date: Mon, 17 Aug 2020 16:55:15 +0200 Subject: [PATCH 2/2] Bump version to 0.5.0 --- Gemfile.lock | 4 ++-- thefuntasty_danger.gemspec | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index bdca0f3..73bc7e1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - thefuntasty_danger (0.4.0) + thefuntasty_danger (0.5.0) danger (~> 6) danger-commit_lint (~> 0) danger-swiftlint (~> 0) @@ -79,4 +79,4 @@ DEPENDENCIES thefuntasty_danger! BUNDLED WITH - 2.1.2 + 2.1.4 diff --git a/thefuntasty_danger.gemspec b/thefuntasty_danger.gemspec index 1efd9b3..56b6574 100644 --- a/thefuntasty_danger.gemspec +++ b/thefuntasty_danger.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |spec| spec.name = "thefuntasty_danger" - spec.version = "0.4.0" + spec.version = "0.5.0" spec.authors = ["Matěj Kašpar Jirásek"] spec.email = ["matej.jirasek@futured.app"]