Skip to content

Commit

Permalink
v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Dec 20, 2023
1 parent d0e9fb4 commit d9b04fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: virtualdate
version: 1.0.0
version: 1.0.1

authors:
- Davor Ocelic <docelic@crystallabs.io>
Expand Down
2 changes: 1 addition & 1 deletion src/virtualdate.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "virtualtime"
class VirtualDate
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_REVISION = 0
VERSION_REVISION = 1
VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION].join '.'

alias TimeOrVirtualTime = Time | VirtualTime
Expand Down

0 comments on commit d9b04fe

Please sign in to comment.