From ffdaf0b72b1a4bce6cc604756cbdae1e0e1862ab Mon Sep 17 00:00:00 2001 From: George Mandis Date: Sat, 3 Jun 2023 15:28:41 -0400 Subject: [PATCH] 2.0.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae04b6a..1a583dd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bubo-reader", - "version": "2.0.1", + "version": "2.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bubo-reader", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "dependencies": { "chalk": "^5.2.0", diff --git a/package.json b/package.json index 4dc7ba0..d10ed79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bubo-reader", - "version": "2.0.1", + "version": "2.0.2", "description": "A simple but effective feed reader (RSS, JSON)", "homepage": "https://github.com/georgemandis/bubo-rss", "main": "src/index.js",