Skip to content

Commit 14f545e

Browse files
committed
Applicationp context and version fix
1 parent 0fcf66a commit 14f545e

3 files changed

+5
-5
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,0)
40+
GRAMMAR_VERSION = (0,1,1)
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,0)
40+
GRAMMAR_VERSION = (0,1,1)
4141

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

bundles/Caster/python_voice_coding_plugin_caster_v1-0-0.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
#########################################################################################
3838

39-
GRAMMAR_VERSION = (0,1,0)
39+
GRAMMAR_VERSION = (0,1,1)
4040

4141
#########################################################################################
4242

@@ -394,5 +394,5 @@ class PythonVoiceCodingPluginRule(MappingRule):
394394

395395

396396
def get_rule():
397-
# return PythonVoiceCodingPluginRule, RuleDetails(name="python voice coding plugin", executable="sublime_text", title="Sublime Text")
398-
return PythonVoiceCodingPluginRule, RuleDetails(name="develop plugin", executable=["sublime_text","VirtualBox"])
397+
return PythonVoiceCodingPluginRule, RuleDetails(name="python voice coding plugin", executable="sublime_text", title="Sublime Text")
398+

0 commit comments

Comments
 (0)