From 843b3d2b5d5d0bb73e06db21653273bf10ecb5a1 Mon Sep 17 00:00:00 2001 From: Kovah Date: Thu, 16 Aug 2018 16:23:30 +0200 Subject: [PATCH] Update the game to version 2.0.1 --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c6d62fb..ab92f76 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ _A Taboo-based game for your browser_ -![Latest version](https://img.shields.io/github/tag/Kovah/Taboo.svg) ![Downloads](https://img.shields.io/github/downloads/Kovah/Taboo/total.svg) ![License](https://img.shields.io/github/license/Kovah/Taboo.svg) +![Available Languages: DE](https://img.shields.io/badge/Available%20Languages-DE-blue.svg) ![Latest version](https://img.shields.io/github/tag/Kovah/Taboo.svg) ![Downloads](https://img.shields.io/github/downloads/Kovah/Taboo/total.svg) ![License](https://img.shields.io/github/license/Kovah/Taboo.svg) ## Installation diff --git a/package.json b/package.json index cf54e46..be326e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kvh-taboo", - "version": "2.0.0", + "version": "2.0.1", "private": true, "scripts": { "serve": "vue-cli-service serve",