Skip to content

Commit b8bcc83

Browse files
committed
Update version, etc.
1 parent b086d74 commit b8bcc83

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

messages.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"4.2.0": "messages/recent.md"
2+
"4.3.0": "messages/recent.md"
33
}

messages/recent.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ Changelog and support info command is now available in `Preferences->Package Set
44

55
A restart after update may be required.
66

7-
## 4.1.0
7+
## 4.3.0
88

9-
- **NEW**: Ensure `Cartfile`s are recognized as Ruby files.
10-
- **NEW**: Migrate default patterns over to glob patterns from regex. If the intent of any patterns have changed in a
11-
negative way, please create an issue.
9+
- **NEW**: Update Zsh rules.

support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import webbrowser
66
import re
77

8-
__version__ = "4.2.0"
8+
__version__ = "4.3.0"
99
__pc_name__ = 'ApplySyntax'
1010

1111
CSS = '''

0 commit comments

Comments
 (0)