Skip to content

Commit

Permalink
Bump up version to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mogproject committed Jun 2, 2021
1 parent 5830054 commit c6f53c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/manifest_chrome.json
Original file line number Diff line number Diff line change
@@ -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",

Expand Down
2 changes: 1 addition & 1 deletion assets/manifest_firefox.json
Original file line number Diff line number Diff line change
@@ -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",

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit c6f53c3

Please sign in to comment.