Skip to content

Commit 4931115

Browse files
committed
# 1.4.65 (2024-10-19 / d813dc5)
- Fix reflection warnings
1 parent d813dc5 commit 4931115

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3
1+
1.4

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 1.4.65 (2024-10-19 / d813dc5)
22

33
- Fix reflection warnings
44

@@ -22,4 +22,4 @@ _14th Jan 2013_
2222

2323
* Added new fn `interspaced` which will call fun repeatedly with a
2424
specified interspacing.
25-
* Added missing trailing quotes when printing schedule.
25+
* Added missing trailing quotes when printing schedule.

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ Simple ahead-of-time function scheduler. Allows you to schedule the execution of
4141
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
4242

4343
```
44-
overtone/at-at {:mvn/version "1.3.58"}
44+
overtone/at-at {:mvn/version "1.4.65"}
4545
```
4646

4747
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
4848

4949
```
50-
[overtone/at-at "1.3.58"]
50+
[overtone/at-at "1.4.65"]
5151
```
5252
<!-- /installation -->
5353

0 commit comments

Comments
 (0)