Skip to content

Commit f588193

Browse files
README: update build badge, license year.
1 parent 37c9296 commit f588193

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ EventBus
33
[EventBus](https://greenrobot.org/eventbus/) is a publish/subscribe event bus for Android and Java.<br/>
44
<img src="EventBus-Publish-Subscribe.png" width="500" height="187"/>
55

6-
[![Build Status](https://travis-ci.org/greenrobot/EventBus.svg?branch=master)](https://travis-ci.org/greenrobot/EventBus)
6+
[![Build Status](https://github.com/greenrobot/EventBus/actions/workflows/gradle.yml/badge.svg)](https://github.com/greenrobot/EventBus/actions)
77
[![Follow greenrobot on Twitter](https://img.shields.io/twitter/follow/greenrobot_de.svg?style=flat-square&logo=twitter)](https://twitter.com/greenrobot_de)
88

99
EventBus...
@@ -98,13 +98,13 @@ For more details please check the [EventBus website](https://greenrobot.org/even
9898

9999
[Documentation](https://greenrobot.org/eventbus/documentation/)
100100

101-
[Changelog](https://greenrobot.org/eventbus/changelog/)
101+
[Changelog](https://github.com/greenrobot/EventBus/releases)
102102

103103
[FAQ](https://greenrobot.org/eventbus/documentation/faq/)
104104

105105
License
106106
-------
107-
Copyright (C) 2012-2020 Markus Junginger, greenrobot (https://greenrobot.org)
107+
Copyright (C) 2012-2021 Markus Junginger, greenrobot (https://greenrobot.org)
108108

109109
EventBus binaries and source code can be used according to the [Apache License, Version 2.0](LICENSE).
110110

0 commit comments

Comments
 (0)