Skip to content

Commit

Permalink
Uh. Sometimes doing versions right is hard. *sigh*
Browse files Browse the repository at this point in the history
  • Loading branch information
wyhaines committed May 13, 2021
1 parent 7c49769 commit ebeecb3
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: splay_tree_map
version: 0.1.1
version: 0.1.3

authors:
- Kirk Haines <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion src/splay_tree_map.cr
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class SplayTreeMap(K, V)
include Enumerable({K, V})
include Iterable({K, V})
include Comparable(SplayTreeMap)
VERSION = "0.1.2"
VERSION = "0.1.3"

private class Unk; end

Expand Down

0 comments on commit ebeecb3

Please sign in to comment.