We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3f836a commit 38c225aCopy full SHA for 38c225a
src/components/NotesProvider/utils/remoteSources.ts
@@ -42,10 +42,10 @@ const DEFAULT_SOURCES = [
42
},
43
{
44
id: -101,
45
- name: "Changes in v0.6.0",
+ name: "Changes in v0.6.x",
46
url: "https://fluffylabs.dev/graypaper-notes/version-0.6.0.json",
47
isEnabled: true,
48
- versions: ["78ca0a81d8058531c2e2e46235db2b832eae0213"],
+ versions: ["78ca0a81d8058531c2e2e46235db2b832eae0213", "4bb8fd258ee2d49767f6725993fb5a4045ee19a3"],
49
50
];
51
0 commit comments