Skip to content

Commit bebe6f1

Browse files
committed
Version bump
1 parent acbf56e commit bebe6f1

4 files changed

+4
-4
lines changed

bundles/Caster/python_voice_coding_plugin_caster_v0-5-11.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
#########################################################################################
3939

40-
GRAMMAR_VERSION = (0,1,2)
40+
GRAMMAR_VERSION = (0,1,3)
4141

4242
#########################################################################################
4343

bundles/Caster/python_voice_coding_plugin_caster_v0-6-11.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
#########################################################################################
3939

40-
GRAMMAR_VERSION = (0,1,2)
40+
GRAMMAR_VERSION = (0,1,3)
4141

4242
#########################################################################################
4343

bundles/Caster/python_voice_coding_plugin_caster_v1-0-0.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737

3838
#########################################################################################
3939

40-
GRAMMAR_VERSION = (0,1,2)
40+
GRAMMAR_VERSION = (0,1,3)
4141

4242
#########################################################################################
4343

python_voice_coding_plugin.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from PythonVoiceCodingPlugin.interface.interface import Interface
1212

1313

14-
PLUGIN_VERSION = (0,1,2)
14+
PLUGIN_VERSION = (0,1,3)
1515

1616
settings = {}
1717
already_message = False

0 commit comments

Comments
 (0)