From 81665c48ec8912aee210407e60d4b3bc114894b3 Mon Sep 17 00:00:00 2001 From: Tony Crisci Date: Sat, 10 Apr 2021 12:09:32 -0400 Subject: [PATCH] bump to version 2.1.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3b8c2d1..97d48a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mpris-service", - "version": "2.1.0", + "version": "2.1.2", "description": "Node.js implementation for the MPRIS D-Bus Interface Specification to create a mediaplayer service", "main": "dist/index.js", "scripts": {