From 24c7c27a091368dea59fb18398e59beeae132d1d Mon Sep 17 00:00:00 2001 From: KRTirtho Date: Sat, 8 May 2021 11:02:00 +0600 Subject: [PATCH] bumped version to 0.0.3 --- control | 2 +- deb-struct/DEBIAN/control | 2 +- package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/control b/control index 25465f007..b59264831 100644 --- a/control +++ b/control @@ -1,5 +1,5 @@ Package: Spotube -Version: 0.0.2 +Version: 0.0.3 Section: sound Priority: optional Architecture: all diff --git a/deb-struct/DEBIAN/control b/deb-struct/DEBIAN/control index 25465f007..b59264831 100644 --- a/deb-struct/DEBIAN/control +++ b/deb-struct/DEBIAN/control @@ -1,5 +1,5 @@ Package: Spotube -Version: 0.0.2 +Version: 0.0.3 Section: sound Priority: optional Architecture: all diff --git a/package.json b/package.json index 2f71a32d7..e0719e62f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "spotube", - "version": "0.0.2", + "version": "0.0.3", "main": "index.js", "author": "KR Tirtho", "license": "MIT",