Commit 4765b9ad authored by Hardy Jones's avatar Hardy Jones

Merge pull request #2989 from adamchainz/master

Two of my plugins work on Sublime Text 3 and use tags for versioning now
parents 926b3329 0891fac8
...@@ -530,7 +530,7 @@ ...@@ -530,7 +530,7 @@
"releases": [ "releases": [
{ {
"sublime_text": "*", "sublime_text": "*",
"details": "https://github.com/adamchainz/SublimeHTMLMustache/tree/master" "details": "https://github.com/adamchainz/SublimeHTMLMustache/tags"
} }
] ]
}, },
......
...@@ -2428,8 +2428,8 @@ ...@@ -2428,8 +2428,8 @@
"details": "https://github.com/adamchainz/SublimeSwitchViewInGroup", "details": "https://github.com/adamchainz/SublimeSwitchViewInGroup",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": "*",
"details": "https://github.com/adamchainz/SublimeSwitchViewInGroup/tree/master" "details": "https://github.com/adamchainz/SublimeSwitchViewInGroup/tags"
} }
] ]
}, },
......
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