Skip to content

Commit bc2e4ea

Browse files
committed
Update copyright year.
1 parent 75456d2 commit bc2e4ea

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ end
7373

7474
### Copyright & License
7575

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

7878
[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)