From a67913bd1b5349c3e6985b2c8fa2c93ff06a63a6 Mon Sep 17 00:00:00 2001 From: MarceauKa Date: Sun, 10 Nov 2019 16:53:43 +0100 Subject: [PATCH] :bookmark: 1.2.28 --- app/Services/Shaarli/Shaarli.php | 2 +- changelog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/Shaarli/Shaarli.php b/app/Services/Shaarli/Shaarli.php index 0fddac2..7931bbb 100644 --- a/app/Services/Shaarli/Shaarli.php +++ b/app/Services/Shaarli/Shaarli.php @@ -16,7 +16,7 @@ class Shaarli HandleCustomSettings; /** @var string VERSION */ - public const VERSION = '1.2.27'; + public const VERSION = '1.2.28'; /** @var Application $app */ protected $app; diff --git a/changelog.md b/changelog.md index 1eec155..fc3e50a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,4 @@ -# Unreleased +# 1.2.28 ## Added