Skip to content

Commit

Permalink
chore: smaller updates before new release
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jul 3, 2023
1 parent 287fece commit b1b1071
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/connector/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export async function enableMasca(
): Promise<Result<Masca>> {
const {
snapId = defaultSnapOrigin,
version = 'latest',
version = '0.3.0',
supportedMethods = ['did:ethr'],
} = snapInstallationParams;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const CheckMetaMaskCompatibility = () => {
const enableMascaHandler = async () => {
const enableResult = await enableMasca(address, {
snapId,
version: '^0.2.1',
version: '0.3.0',
});
if (isError(enableResult)) {
// FIXME: This error is shown as [Object object]
Expand Down
1 change: 1 addition & 0 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ Every version of Masca does NOT work with every version of MetaMask Flask! Here
| ------------- | ---------------------- |
| 0.1.0 | 10.29.0 |
| 0.2.0 | 10.31.0 |
| 0.3.0 | 10.32.0 |

### Prerequisites

Expand Down
1 change: 0 additions & 1 deletion release-please-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@
},
"libs/did-provider-key": {
"separate-pull-requests": true,
"release-as": "1.0.0",
"component": "did-provider-key",
"releaseType": "node",
"bumpMinorPreMajor": false,
Expand Down

0 comments on commit b1b1071

Please sign in to comment.