From ec2bbfa1cb2158af3c43fa4473e5a561779ec1e0 Mon Sep 17 00:00:00 2001
From: semantic-release-bot <semantic-release-bot@martynus.net>
Date: Thu, 25 Aug 2022 08:22:16 +0000
Subject: [PATCH] release(version): Release 2.1.1 [skip ci]

## [2.1.1](https://github.com/chhoumann/PodNotes/compare/2.1.0...2.1.1) (2022-08-25)

### Bug Fixes

* playback rate now actually changes when slider is dragged ([cdd87f1](https://github.com/chhoumann/PodNotes/commit/cdd87f18a7175d9688de6214740e41cc901e796e)), closes [#18](https://github.com/chhoumann/PodNotes/issues/18)
---
 manifest.json     | 2 +-
 package-lock.json | 4 ++--
 package.json      | 2 +-
 versions.json     | 3 ++-
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/manifest.json b/manifest.json
index 5b36470..5704869 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
 {
 	"id": "podnotes",
 	"name": "PodNotes",
-	"version": "2.1.0",
+	"version": "2.1.1",
 	"minAppVersion": "0.15.9",
 	"description": "Helps you write notes on podcasts.",
 	"author": "Christian B. B. Houmann",
diff --git a/package-lock.json b/package-lock.json
index 6d75b96..579e802 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "podnotes",
-  "version": "2.1.0",
+  "version": "2.1.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "podnotes",
-      "version": "2.1.0",
+      "version": "2.1.1",
       "license": "MIT",
       "dependencies": {
         "fuse.js": "^6.6.2"
diff --git a/package.json b/package.json
index beea464..8a1487d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "podnotes",
-  "version": "2.1.0",
+  "version": "2.1.1",
   "description": "Helps you write notes on podcasts.",
   "main": "main.js",
   "scripts": {
diff --git a/versions.json b/versions.json
index dccee46..e9b1024 100644
--- a/versions.json
+++ b/versions.json
@@ -33,5 +33,6 @@
 	"2.0.1": "0.15.9",
 	"2.0.2": "0.15.9",
 	"2.0.3": "0.15.9",
-	"2.1.0": "0.15.9"
+	"2.1.0": "0.15.9",
+	"2.1.1": "0.15.9"
 }
\ No newline at end of file
-- 
GitLab