Skip to content

Commit 8650762

Browse files
committed
v0.14.0
1 parent 96efab3 commit 8650762

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add the dependency to `shard.yml`:
2626
dependencies:
2727
event_handler:
2828
github: crystallabs/event_handler
29-
version: 0.13.0
29+
version: 0.14.0
3030
```
3131
3232
## Usage in a nutshell

shard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: event_handler
2-
version: 0.13.0
2+
version: 0.14.0
33

44
authors:
55
- Davor Ocelic <docelic@crystallabs.io>

src/event_handler.cr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module EventHandler
2-
VERSION = "0.13.0"
2+
VERSION = "0.14.0"
33

44
# Emits *event* of of type *event.class*
55
def emit(event : ::EventHandler::Event)

0 commit comments

Comments
 (0)