From c6f53c3d4a61bd59098aa17e1e8de9517f7e1290 Mon Sep 17 00:00:00 2001 From: Yosuke Mizutani Date: Wed, 2 Jun 2021 13:34:45 -0600 Subject: [PATCH] Bump up version to 0.1.5 --- assets/manifest_chrome.json | 2 +- assets/manifest_firefox.json | 2 +- package.json | 2 +- src/Config.ts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/manifest_chrome.json b/assets/manifest_chrome.json index 53938d3..073c9ac 100644 --- a/assets/manifest_chrome.json +++ b/assets/manifest_chrome.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yet Another YouTube Comment Filter", - "version": "0.1.4", + "version": "0.1.5", "description": "Filters comments on YouTube.", "author": "Yosuke Mizutani", diff --git a/assets/manifest_firefox.json b/assets/manifest_firefox.json index aaaea77..f19398d 100644 --- a/assets/manifest_firefox.json +++ b/assets/manifest_firefox.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Yet Another YouTube Comment Filter", - "version": "0.1.4", + "version": "0.1.5", "description": "Filters comments on YouTube.", "author": "Yosuke Mizutani", diff --git a/package.json b/package.json index 40d03cb..51e81d6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "yay-filter", - "version": "0.1.4", + "version": "0.1.5", "description": "Yet another YouTube comment filter", "devDependencies": { "@types/chrome": "0.0.127", diff --git a/src/Config.ts b/src/Config.ts index 8c7eb22..95aecb5 100644 --- a/src/Config.ts +++ b/src/Config.ts @@ -6,7 +6,7 @@ declare const __DEBUG__: string; export const Config = { - version: '0.1.4', + version: '0.1.5', url: { targetUrl: 'www.youtube.com/watch', projectUrl: 'https://github.com/mogproject/yay-filter',