diff --git a/CHANGELOG.md b/CHANGELOG.md index b61460f..3f9507d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +###2.1.1 / 2014-06-24 +- [FIX: gofmt no longer supports -tabwidth or -tabs](https://github.com/syscrusher/golang.tmbundle/commit/122fb557211f3c0db5421cf1288f5b5ebd6bb338) + ###2.1.0 / 2014-06-24 Merged improvements and fixes from around the community: diff --git a/README.md b/README.md index a3772e4..908e29e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ ## Golang (a TextMate 2 language bundle) -Version 2.1.0 + +Version 2.1.1 ### Installation TextMate by default will detect .go files and load [Jim Dovey's bundle](https://github.com/AlanQuatermain/go-tmbundle). This is a fork with additional improvements merged from around the community. @@ -11,7 +12,7 @@ To install this bundle manually, open a Terminal window and do: ```Shell mkdir ~/Library/Application\ Support/Avian/Bundles cd ~/Library/Application\ Support/Avian/Bundles -git clone git://github.com/syscruser/golang.tmbundle.git +git clone git://github.com/syscrusher/golang.tmbundle.git ``` diff --git a/info.plist b/info.plist index ff832b7..f9f78a7 100644 --- a/info.plist +++ b/info.plist @@ -3,9 +3,9 @@ contactEmailRot13 - wvzqbirl@znp.pbz + syscrusher@users.noreply.github.com contactName - Jim Dovey + syscrusher description Support for the <a href="http://golang.org">Go programming language</a>. mainMenu