Skip to content

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
docelic committed Dec 10, 2023
1 parent b331d2f commit bdf6c23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions shard.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: virtualtime
version: 1.0.0
version: 1.0.1

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

crystal: 0.35.1

license: GPL-3.0
license: AGPL-3.0
2 changes: 1 addition & 1 deletion src/virtualtime.cr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ require "yaml"
class VirtualTime
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_REVISION = 0
VERSION_REVISION = 1
VERSION = [VERSION_MAJOR, VERSION_MINOR, VERSION_REVISION].join '.'

include Comparable(self)
Expand Down

0 comments on commit bdf6c23

Please sign in to comment.