Skip to content

Commit 78c5f89

Browse files
authored
Version bump to 2.0.0. (#13)
* Version bump to 2.0.0. * Use python 3.6.
1 parent 89cc4d2 commit 78c5f89

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: python
22
python:
3-
- "3.3"
3+
- "3.6"
44
# command to install dependencies
55
install:
66
- pip install flake8

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
"1.1.1": "messages/1.1.1.txt",
66
"1.1.2": "messages/1.1.2.txt",
77
"1.1.3": "messages/1.1.3.txt",
8-
"1.1.4": "messages/1.1.4.txt"
8+
"1.1.4": "messages/1.1.4.txt",
9+
"2.0.0": "messages/2.0.0.txt"
910
}

messages/2.0.0.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
SublimeLinter-contrib-htmlhint 2.0.0
2+
------------------------------------
3+
Upgrade to handle SublimeLinter 4.0!
4+
5+
Please refer to https://github.com/mmaday/SublimeLinter-contrib-htmlhint for complete installation instructions.

0 commit comments

Comments
 (0)