Commit bf146424 authored by FichteFoll's avatar FichteFoll

Merge pull request #1770 from TheClams/master

Mark PasteAsColumn/PasteSelOnClick as an ST3 plugin (ST2 untested)
parents 8fbc056e 1c591861
...@@ -151,7 +151,7 @@ ...@@ -151,7 +151,7 @@
"details": "https://bitbucket.org/Clams/sublimepastecolumn", "details": "https://bitbucket.org/Clams/sublimepastecolumn",
"releases": [ "releases": [
{ {
"sublime_text": "<3000", "sublime_text": ">3000",
"details": "https://bitbucket.org/Clams/sublimepastecolumn/src/default" "details": "https://bitbucket.org/Clams/sublimepastecolumn/src/default"
} }
] ]
...@@ -222,6 +222,10 @@ ...@@ -222,6 +222,10 @@
{ {
"sublime_text": "<3000", "sublime_text": "<3000",
"details": "https://bitbucket.org/Clams/pasteselonclick/src/default" "details": "https://bitbucket.org/Clams/pasteselonclick/src/default"
},
{
"sublime_text": ">3000",
"details": "https://bitbucket.org/Clams/pasteselonclick/src/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