We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f821fff commit eed08f9Copy full SHA for eed08f9
src/components/NotesProvider/utils/remoteSources.ts
@@ -45,7 +45,11 @@ const DEFAULT_SOURCES = [
45
name: "Changes in v0.6.x",
46
url: "https://fluffylabs.dev/graypaper-notes/version-0.6.0.json",
47
isEnabled: true,
48
- versions: ["78ca0a81d8058531c2e2e46235db2b832eae0213", "4bb8fd258ee2d49767f6725993fb5a4045ee19a3"],
+ versions: [
49
+ "78ca0a81d8058531c2e2e46235db2b832eae0213",
50
+ "4bb8fd258ee2d49767f6725993fb5a4045ee19a3",
51
+ "5f542d710f52bcfd22cd400d1b0b99e15003cc67",
52
+ ],
53
},
54
];
55
0 commit comments