We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151cc4f commit d74c9d9Copy full SHA for d74c9d9
3 files changed
README.md
@@ -26,7 +26,7 @@ Add the dependency to `shard.yml`:
26
dependencies:
27
event_handler:
28
github: crystallabs/event_handler
29
- version: 0.12.0
+ version: 0.13.0
30
```
31
32
## Usage in a nutshell
shard.yml
@@ -1,5 +1,5 @@
1
name: event_handler
2
-version: 0.12.0
+version: 0.13.0
3
4
authors:
5
- Davor Ocelic <docelic@crystallabs.io>
src/event_handler.cr
module EventHandler
- VERSION = "0.12.0"
+ VERSION = "0.13.0"
end
require "./macros"
0 commit comments