From 0c77e763a015b900c475fba30441d85210b7f1f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Mon, 2 Dec 2019 10:08:15 +0000 Subject: [PATCH] fix(docs): correct version number in docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab0365ce..6814961ac 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ details. ### Dark mode -Starting with `v0.51` release karma includes both light and dark themes. +Starting with `v0.52` release karma includes both light and dark themes. By default it will follow browser preference using [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) media queries.