Skip to content

Commit

Permalink
Bump version to 0.0.14 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrunger authored Jan 23, 2025
1 parent 7afaddb commit 44ec1e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# v0.0.14 - 2025-01-22
- Change deprecated `sleep(Number)` to `sleep(Time::Span)`.
- Change `sleep` padding from 100 ms to 1 ms.

Expand Down
2 changes: 1 addition & 1 deletion src/version.cr
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Skedjewel
VERSION = "0.0.13"
VERSION = "0.0.14"
end

0 comments on commit 44ec1e3

Please sign in to comment.