From f357c981d17bc8d82c89895a1b6e2e18dc50e63c Mon Sep 17 00:00:00 2001 From: Daniil Bondarev <125694327+danyaao@users.noreply.github.com> Date: Wed, 17 Apr 2024 14:45:47 +0300 Subject: [PATCH] fix(SNP-1234): Correct Logo Position (#11) * fix: correct logo position * chore: update version --------- Co-authored-by: Daniil --- CHANGELOG.md | 4 ++++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3848396..5818b3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.4 + +* Correct logo position in readme + ## 0.0.3 * Rebranding diff --git a/README.md b/README.md index 852cbb5..87abb6a 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Surf DCM Presets - + Made by [Surf 🏄‍♂️🏄‍♂️🏄‍♂️](https://surf.dev/) diff --git a/pubspec.yaml b/pubspec.yaml index f2f1d1c..5714941 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: surf_dcm_presets -version: 0.0.3 +version: 0.0.4 description: Predefined presets for Dart Code Metrics. repository: https://github.com/surfstudio/surf-dcm-presets