From 0634a305919bad9595469bc40edf0ecf42cec847 Mon Sep 17 00:00:00 2001 From: tchapi Date: Tue, 11 May 2021 14:33:25 +0200 Subject: [PATCH] Add badge for GHCR.io and bump version for release --- README.md | 2 ++ src/Version.php | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dd49ce4..98c8b98 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Davis --- +[![Publish Docker image](https://github.com/tchapi/davis/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/tchapi/davis/actions/workflows/main.yml) + A simple, fully translatable admin interface and frontend for `sabre/dav` based on [Symfony 5](https://symfony.com/) and [Bootstrap 4](https://getbootstrap.com/), largely inspired by [Baïkal](https://github.com/sabre-io/Baikal). ![Dashboard page](https://raw.githubusercontent.com/tchapi/davis/master/_screenshots/dashboard.png) diff --git a/src/Version.php b/src/Version.php index 8e235a5..05964f5 100644 --- a/src/Version.php +++ b/src/Version.php @@ -4,5 +4,5 @@ namespace App; final class Version { - const VERSION = '1.7.0'; + const VERSION = '1.7.1'; }