From dd23804ea2a6fbb3d103f0499a025f24dceab176 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 30 Apr 2019 22:29:22 +0200 Subject: [PATCH] Upped version to 0.8 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 413c1a463..ea29dd2ad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Build Status](https://drone.kolaente.de/api/badges/vikunja/frontend/status.svg)](https://drone.kolaente.de/vikunja/frontend) [![License: LGPL v3](https://img.shields.io/badge/License-LGPL%20v3-blue.svg)](LICENSE) -[![Download](https://img.shields.io/badge/download-v0.1-brightgreen.svg)](https://storage.kolaente.de/minio/vikunja/) +[![Download](https://img.shields.io/badge/download-v0.8-brightgreen.svg)](https://storage.kolaente.de/minio/vikunja/) This is the web frontend for Vikunja, written in Vue.js. diff --git a/package.json b/package.json index 4d1ff6657..03a9bef87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vikunja-frontend", - "version": "0.7.0", + "version": "0.8.0", "license": "LGPL-3.0-or-later", "private": true, "scripts": {