Skip to content

Commit

Permalink
Update micromatch (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
rougetimelord authored Sep 6, 2024
1 parent f18a0a9 commit 4a5a183
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "blue-blocker",
"version": "0.4.6",
"version": "0.4.7",
"author": "DanielleMiu",
"description": "Blocks all Twitter Blue verified users on twitter.com",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineManifest } from '@crxjs/vite-plugin';
export default defineManifest({
name: 'Blue Blocker',
description: 'Blocks all Twitter Blue verified users on twitter.com',
version: '0.4.6',
version: '0.4.7',
manifest_version: 3,
icons: {
'128': 'icon/icon-128.png',
Expand Down

0 comments on commit 4a5a183

Please sign in to comment.