Skip to content

Commit f0100fe

Browse files
committed
v1.0.1
1 parent 2a0b3c8 commit f0100fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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: 1.0.0
2+
version: 1.0.1
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 = "1.0.0"
2+
VERSION = "1.0.1"
33

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

0 commit comments

Comments
 (0)