Commit 202d1a5f authored by FichteFoll's avatar FichteFoll

Merge pull request #5039 from lukewilkins/master

Added ST3 support to ExpressionEngine Add-On Builder
parents 2b213291 f2fc3500
...@@ -1020,7 +1020,11 @@ ...@@ -1020,7 +1020,11 @@
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"branch": "master" "branch": "st2"
},
{
"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