File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ const kernelSnapId = process.env.KERNEL_SNAP_ID;
77const messageSnapId = process . env . MESSAGE_SIGNING_SNAP_ID ;
88const snapEnv = process . env . SNAP_ENV ;
99const manifest : SnapManifest = {
10- version : '0.2.1 ' ,
10+ version : '0.3.0 ' ,
1111 description : 'Grants 7715 permissions from a DeleGator smart account' ,
1212 proposedName : 'Gator Permissions' ,
1313 repository : {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import type { SnapManifest } from '@metamask/7715-permissions-shared/types';
55const gatorSnapId = process . env . GATOR_PERMISSIONS_PROVIDER_SNAP_ID ;
66
77const manifest : SnapManifest = {
8- version : '0.2 .0' ,
8+ version : '0.3 .0' ,
99 description : 'Manage onchain 7715 permissions' ,
1010 proposedName : 'MetaMask Permissions Kernel' ,
1111 repository : {
You can’t perform that action at this time.
0 commit comments