Update ingredients
This commit is contained in:
parent
536ef7b9fa
commit
6416a439d8
5 changed files with 787 additions and 603 deletions
|
@ -692,5 +692,6 @@
|
||||||
"Wintery Aspect": 690,
|
"Wintery Aspect": 690,
|
||||||
"Thermal Replication": 691,
|
"Thermal Replication": 691,
|
||||||
"Igneous Aspect": 692,
|
"Igneous Aspect": 692,
|
||||||
"Evaporated Aspect": 693
|
"Evaporated Aspect": 693,
|
||||||
|
"Transformativity": 694
|
||||||
}
|
}
|
File diff suppressed because one or more lines are too long
1379
ingreds_clean.json
1379
ingreds_clean.json
File diff suppressed because it is too large
Load diff
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
const ING_DB_VERSION = 12;
|
const ING_DB_VERSION = 13;
|
||||||
|
|
||||||
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
|
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue