Commit ffdd8ad4 authored by Neil Freeman's avatar Neil Freeman

DataConverter: Add concurrent support for ST2 and 3

parent 48bf3e4c
...@@ -115,7 +115,11 @@ ...@@ -115,7 +115,11 @@
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://github.com/fitnr/SublimeDataConverter/tree/master" "details": "https://github.com/fitnr/SublimeDataConverter/tree/sublimetwo"
},
{
"sublime_text": ">2999",
"details": "https://github.com/fitnr/SublimeDataConverter/tree/st3"
} }
] ]
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment