Skip to content

Commit

Permalink
Release v4.3.1563
Browse files Browse the repository at this point in the history
This is a fixup release after accidentally tagging the PR merge as the release
instead of the 4.3.1560 commit as the release.
  • Loading branch information
dgtized committed Jan 22, 2024
1 parent 84c483a commit 528ab19
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ There are also `deps-new` templates available for creating a [sketchbook](https:
If you like adding libraries manually - you simply need to add Quil as a dependency to `project.clj`:

```clojure
[quil "4.3.1560"]
[quil "4.3.1563"]
```

or for Clojure CLI `deps.edn`

```clojure
quil/quil {:mvn/version "4.3.1560"}
quil/quil {:mvn/version "4.3.1563"}
```

Then to pull in all of Quil's silky goodness, just add the following to your `ns` declaration:
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Unreleased

## 4.3.1560
## 4.3.1563
__21st January 2024__

* Document [release](docs/release.md) process [#409](https://github.com/quil/quil/pull/409)
Expand Down
4 changes: 2 additions & 2 deletions build/template-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<packaging>jar</packaging>
<groupId>quil</groupId>
<artifactId>quil</artifactId>
<version>4.3.1560</version>
<version>4.3.1563</version>
<name>quil</name>
<licenses>
<license>
Expand All @@ -16,7 +16,7 @@
<url>https://github.com/quil/quil</url>
<connection>scm:git:https://github.com/quil/quil.git</connection>
<developerConnection>scm:git:ssh:git@github.com/quil/quil.git</developerConnection>
<tag>v4.3.1560</tag>
<tag>v4.3.1563</tag>
</scm>
<dependencies>
<!-- all deps are baked into the jar -->
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject quil "4.3.1560"
(defproject quil "4.3.1563"
:description "(mix Processing Clojure)"
:url "http://github.com/quil/quil"

Expand Down

0 comments on commit 528ab19

Please sign in to comment.