We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1946e5 commit 42d3106Copy full SHA for 42d3106
1 file changed
Plugin.swift
@@ -37,7 +37,7 @@ import Plugins
37
return input
38
}
39
40
- host?.send(text: "#echo SpellTimer Plugin v1")
+ host?.send(text: "#echo SpellTimer Plugin v1.1")
41
42
host?.send(text: "#echo Active:")
43
for spell in spells.spells.values.filter({ $0.active }) {
0 commit comments