File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- 1.3
1
+ 1.4
Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 1.4.65 (2024-10-19 / d813dc5)
2
2
3
3
- Fix reflection warnings
4
4
@@ -22,4 +22,4 @@ _14th Jan 2013_
22
22
23
23
* Added new fn ` interspaced ` which will call fun repeatedly with a
24
24
specified interspacing.
25
- * Added missing trailing quotes when printing schedule.
25
+ * Added missing trailing quotes when printing schedule.
Original file line number Diff line number Diff line change @@ -41,13 +41,13 @@ Simple ahead-of-time function scheduler. Allows you to schedule the execution of
41
41
To use the latest release, add the following to your ` deps.edn ` ([ Clojure CLI] ( https://clojure.org/guides/deps_and_cli ) )
42
42
43
43
```
44
- overtone/at-at {:mvn/version "1.3.58 "}
44
+ overtone/at-at {:mvn/version "1.4.65 "}
45
45
```
46
46
47
47
or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
48
48
49
49
```
50
- [overtone/at-at "1.3.58 "]
50
+ [overtone/at-at "1.4.65 "]
51
51
```
52
52
<!-- /installation -->
53
53
You can’t perform that action at this time.
0 commit comments