We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1828f commit 58de77eCopy full SHA for 58de77e
1 file changed
src/meta.ts
@@ -17,8 +17,8 @@ export const USERSCRIPT_META = {
17
};
18
19
export const PROTOCOL_META = {
20
- adminNetworkProtocolVersion: '0.4.1',
21
- adminMinCompatibleNetworkProtocolVersion: '0.4.1',
+ adminNetworkProtocolVersion: '0.5.0',
+ adminMinCompatibleNetworkProtocolVersion: '0.5.0',
22
23
24
export const APP_META = {
0 commit comments