Release v5.0.5 (#3473)

Release v5.0.5

* Update submodules

* Update grammars

* Bump version to 5.0.5

* Relax dependency on rugged

It's probably not wise to depend on a beta version just yet.

* revert php.tmbundle grammar update

One of the changes in https://github.com/textmate/php.tmbundle/compare/3ed4837b43d3f650ebb525b068636281942883a0...010cc1c22c89c117ad4c985997668c3903dc37f0 leads to breakage in snippet highlighting on github.com
This commit is contained in:
Colin Seymour
2017-02-15 11:12:53 +00:00
committed by GitHub
parent 01de40faaa
commit 10457b6639
35 changed files with 36 additions and 35 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
module Linguist
VERSION = "5.0.4"
VERSION = "5.0.5"
end