Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
penpenpng committed Jun 6, 2023
1 parent 43c6a5b commit 53dbf24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "share-on-nostr",
"version": "0.3.0",
"version": "0.3.1",
"author": "penpenpng",
"description": "Share URL of active tab on Nostr",
"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: 'share-on-nostr',
description: 'Share URL of active tab on Nostr',
version: '0.3.0',
version: '0.3.1',
manifest_version: 3,
icons: {
'16': 'img/logo-16.png',
Expand Down

0 comments on commit 53dbf24

Please sign in to comment.