Commit a24fe078 authored by David Peckham's avatar David Peckham

Split into version-specific plug-ins

parent 4b354120
...@@ -448,10 +448,23 @@ ...@@ -448,10 +448,23 @@
{ {
"name": "Filter Lines", "name": "Filter Lines",
"details": "https://github.com/davidpeckham/FilterLines", "details": "https://github.com/davidpeckham/FilterLines",
"labels": ["search"],
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": ">=3000",
"branch": "master" "tags": true
}
]
},
{
"name": "Filter Lines ST2",
"details": "https://github.com/davidpeckham/FilterLines_ST2",
"previous_names": ["Filter Lines"],
"labels": ["search"],
"releases": [
{
"sublime_text": "<3000",
"tags": true
} }
] ]
}, },
......
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