Commit aac357e7 authored by Joel Thornton's avatar Joel Thornton

Enable ST2+3 compatibility for Automatic Backups via tag prefixes.

parent a78a2f98
......@@ -1486,9 +1486,13 @@
"name": "Automatic Backups",
"details": "https://github.com/joelpt/sublimetext-automatic-backups",
"releases": [
{
"sublime_text": "<3000",
"tags": "st2-"
},
{
"sublime_text": ">=3000",
"tags": true
"tags": "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