Update per v1.1.7 release

This commit is contained in:
Isiah Meadows 2019-09-23 17:17:59 -04:00
parent 0ea6a190b6
commit da211d74ba
3 changed files with 4 additions and 4 deletions

View file

@ -5,8 +5,8 @@
- [v2.0.0](#v200)
- [Migrating from v1.x](migration-v1x.md)
- [Migrating from v0.2.x](migration-v02x.md)
- [v1.x changelog](https://mithril.js.org/archive/v1.1.6/change-log.html)
- [v1.x docs](https://mithril.js.org/archive/v1.1.6/index.html)
- [v1.x changelog](https://mithril.js.org/archive/v1.1.7/change-log.html)
- [v1.x docs](https://mithril.js.org/archive/v1.1.7/index.html)
- [v0.2 docs](https://mithril.js.org/archive/v0.2.5/index.html)
- [`ospec` change log](https://github.com/MithrilJS/mithril.js/blob/master/ospec/change-log.md)
- [`mithril/stream` change log](https://github.com/MithrilJS/mithril.js/blob/master/stream/change-log.md)

View file

@ -46,7 +46,7 @@ If you are an experienced developer and want to know how Mithril compares to oth
Mithril supports IE11, Firefox ESR, and the last two versions of Firefox, Edge, Safari, and Chrome. No polyfills required.
*Looking for the v1 docs? [Click here](https://mithril.js.org/archive/v1.1.6/index.html).*
*Looking for the v1 docs? [Click here](https://mithril.js.org/archive/v1.1.7/index.html).*
---

View file

@ -26,5 +26,5 @@
- Misc
- [Framework comparison](framework-comparison.md)
- [Change log/Migration](change-log.md)
- [v1 Documentation](https://mithril.js.org/archive/v1.1.6/)
- [v1 Documentation](https://mithril.js.org/archive/v1.1.7/)
- [v0.2 Documentation](https://mithril.js.org/archive/v0.2.5/)