Skip to content

Commit

Permalink
Version bump to 2.0.0. (#13)
Browse files Browse the repository at this point in the history
* Version bump to 2.0.0.

* Use python 3.6.
  • Loading branch information
mmaday committed Sep 30, 2019
1 parent 89cc4d2 commit 78c5f89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: python
python:
- "3.3"
- "3.6"
# command to install dependencies
install:
- pip install flake8
Expand Down
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@
"1.1.1": "messages/1.1.1.txt",
"1.1.2": "messages/1.1.2.txt",
"1.1.3": "messages/1.1.3.txt",
"1.1.4": "messages/1.1.4.txt"
"1.1.4": "messages/1.1.4.txt",
"2.0.0": "messages/2.0.0.txt"
}
5 changes: 5 additions & 0 deletions messages/2.0.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
SublimeLinter-contrib-htmlhint 2.0.0
------------------------------------
Upgrade to handle SublimeLinter 4.0!

Please refer to https://github.com/mmaday/SublimeLinter-contrib-htmlhint for complete installation instructions.

0 comments on commit 78c5f89

Please sign in to comment.