Add badge for GHCR.io and bump version for release

This commit is contained in:
tchapi 2021-05-11 14:33:25 +02:00
parent 7daea87d62
commit 0634a30591
2 changed files with 3 additions and 1 deletions

View File

@ -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)

View File

@ -4,5 +4,5 @@ namespace App;
final class Version
{
const VERSION = '1.7.0';
const VERSION = '1.7.1';
}