Skip to content

Commit 0247ea9

Browse files
committed
change to to 190
1 parent 1def246 commit 0247ea9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { cloneDeep } from 'lodash';
2-
import { migrate, version } from './190';
2+
import { migrate, version } from './191';
33

44
const VERSION = version;
55
const OLD_VERSION = VERSION - 1;
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { hasProperty } from '@metamask/utils';
22
import type { Migrate } from './types';
33

4-
export const version = 190;
4+
export const version = 191;
55

66
/**
77
* Migration that removes `null` seedWords and forgottenPassword values from the persisted state.

app/scripts/migrations/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ const migrations = [
225225
require('./187'),
226226
require('./188'),
227227
require('./189'),
228-
require('./190'),
228+
require('./191'),
229229
];
230230

231231
export default migrations;

test/e2e/tests/metrics/state-snapshots/errors-before-init-opt-in-ui-state.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,5 +316,5 @@
316316
"config": "object",
317317
"firstTimeInfo": "object"
318318
},
319-
"meta": { "version": 190 }
319+
"meta": { "version": 191 }
320320
}

0 commit comments

Comments
 (0)