Skip to content

Commit

Permalink
Released v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmoopiie committed Oct 16, 2016
1 parent dcb53bd commit e680e2b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ We support [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/
Use Subresource Integrity only if you reference a specific version of tmi.js.

~~~ html
<!--Sourcemap: //cdn.tmijs.org/js/1.1.0/tmi.js.map-->
<script src="//cdn.tmijs.org/js/1.1.1/tmi.min.js" integrity="sha384-8Q+qSu52Px9pRIc72XaZ9pFAFWO/bidhybR512f3TwwFKkdwyvF/lVKixrhp4u3h" crossorigin="anonymous"></script>
<!--Sourcemap: //cdn.tmijs.org/js/1.1.2/tmi.js.map-->
<script src="//cdn.tmijs.org/js/1.1.2/tmi.min.js" integrity="sha384-GONdkSqsv77zHY1cs3aAZoQJP/9wq2YBmES4prk2ZG1rUvrv3IKLFRbHqk/0CR1b" crossorigin="anonymous"></script>
~~~

You **must** provide the major version when using the latest branch.
Expand All @@ -48,18 +48,21 @@ You **must** provide the major version when using the latest branch.
In order of the [most commits](https://github.com/tmijs/tmi.js/graphs/contributors):

- Schmoopiie - [https://github.com/Schmoopiie](https://github.com/Schmoopiie)
- ben-eb - [https://github.com/ben-eb](https://github.com/ben-eb)
- AlcaDesign - [https://github.com/AlcaDesign](https://github.com/AlcaDesign)
- ben-eb - [https://github.com/ben-eb](https://github.com/ben-eb)
- celluj34 - [https://github.com/celluj34](https://github.com/celluj34)
- d-4-ni - [https://github.com/d-4-ni](https://github.com/d-4-ni)
- UnwrittenFun - [https://github.com/UnwrittenFun](https://github.com/UnwrittenFun)
- subperks - [https://github.com/subperks](https://github.com/subperks)
- roberthartung - [https://github.com/roberthartung](https://github.com/roberthartung)
- Hatsuney - [https://github.com/Hatsuney](https://github.com/Hatsuney)
- UnwrittenFun - [https://github.com/UnwrittenFun](https://github.com/UnwrittenFun)
- Jonliney - [https://github.com/Jonliney](https://github.com/Jonliney)
- justinsacbibit - [https://github.com/justinsacbibit](https://github.com/justinsacbibit)
- joein3d - [https://github.com/joein3d](https://github.com/joein3d)
- mertzt89 - [https://github.com/mertzt89](https://github.com/mertzt89)
- artemisbot - [https://github.com/artemisbot](https://github.com/artemisbot)
- egonny - [https://github.com/egonny](https://github.com/egonny)
- smalls89 - [https://github.com/smalls89](https://github.com/smalls89)
- subperks - [https://github.com/subperks](https://github.com/subperks)
- mertzt89 - [https://github.com/mertzt89](https://github.com/mertzt89)
- joein3d - [https://github.com/joein3d](https://github.com/joein3d)

## Contributing guidelines

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tmi.js",
"version": "1.1.1",
"version": "1.1.2",
"description": "Javascript library for the Twitch Messaging Interface.",
"keywords": [
"tmi",
Expand Down

0 comments on commit e680e2b

Please sign in to comment.