Skip to content

Commit

Permalink
SyncedSideBar: add release for older sublime versions (#8798)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder authored Aug 3, 2023
1 parent c8f79bc commit be65860
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions repository/s.json
Original file line number Diff line number Diff line change
Expand Up @@ -5819,8 +5819,12 @@
"details": "https://github.com/TheSpyder/SyncedSideBar",
"releases": [
{
"sublime_text": "*",
"branch": "master"
"sublime_text": "<4050",
"tags": "st3-"
},
{
"sublime_text": ">=4050",
"tags": true
}
]
},
Expand Down

0 comments on commit be65860

Please sign in to comment.