Skip to content

Commit d4695c4

Browse files
authored
Merge pull request #5 from dblock/update
Update copyright year.
2 parents 75456d2 + a5fa945 commit d4695c4

File tree

4 files changed

+15
-5
lines changed

4 files changed

+15
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
* [#4](https://github.com/slack-ruby/slack-ruby-bot-server-events-app-mentions/pull/4): Upgraded RuboCop to 1.80.2 - [@dblock](https://github.com/dblock).
77
* Your contribution here.
88

9-
#### 0.1.1 (01/06/2021)
9+
#### 0.1.1 (2021/01/06)
1010

1111
* [#1](https://github.com/slack-ruby/slack-ruby-bot-server-events-app-mentions/pull/1): Fix: fetch text via hash accessor - [@robholland](https://github.com/robholland).
1212

13-
#### 0.1.0 (11/30/2020)
13+
#### 0.1.0 (2020/11/30)
1414

1515
* Initial public release - [@dblock](https://github.com/dblock).

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2020 Daniel Doubrovkine & Contributors
3+
Copyright (c) 2020-2025 Daniel Doubrovkine & Contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ Slack Ruby Bot Server Events App Mentions
88

99
An extension to [slack-ruby-bot-server-events](https://github.com/slack-ruby/slack-ruby-bot-server-events) that makes it easier to handle [app mentions](https://api.slack.com/events/app_mention) - message events that directly mention your bot user.
1010

11+
### Table of Contents
12+
13+
- [Sample](#sample)
14+
- [Usage](#usage)
15+
- [Gemfile](#gemfile)
16+
- [Configure OAuth Scopes](#configure-oauth-scopes)
17+
- [Implement Mentions](#implement-mentions)
18+
- [Configure Handlers](#configure-handlers)
19+
- [Copyright & License](#copyright--license)
20+
1121
### Sample
1222

1323
See [slack-ruby/slack-ruby-bot-server-events-app-mentions-sample](https://github.com/slack-ruby/slack-ruby-bot-server-events-app-mentions-sample) for a working sample.
@@ -73,6 +83,6 @@ end
7383

7484
### Copyright & License
7585

76-
Copyright [Daniel Doubrovkine](http://code.dblock.org) and Contributors, 2020
86+
Copyright [Daniel Doubrovkine](http://code.dblock.org) and Contributors, 2020-2025
7787

7888
[MIT License](LICENSE)

lib/slack-ruby-bot-server-events-app-mentions/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module SlackRubyBotServer
44
module Events
55
module AppMentions
6-
VERSION = '0.1.2'
6+
VERSION = '0.2.0'
77
end
88
end
99
end

0 commit comments

Comments
 (0)