Skip to content

Commit

Permalink
Release 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
nbeloglazov committed Oct 13, 2019
1 parent ae4b459 commit 4c6209d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 16,7 @@ In one swift, skilled motion, Quil throws them both high into the air. In a dust

## Requirements

Quil works with Clojure 1.8, 1.9 and ClojureScript 1.9.x.
Quil works with Clojure 1.10 and ClojureScript 1.10.x.

## Installation

Expand All @@ -29,7 29,7 @@ Then go to `hello-quil/src/hello-quil/core.clj` file and run it!
If you like adding libraries manually - you simply need to add Quil as a dependency to `project.clj`:

```clojure
[quil "3.0.0"]
[quil "3.1.0"]
```

Then to pull in all of Quil's silky goodness, just add the following to your `ns` declaration:
Expand Down
10 changes: 10 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 1,13 @@
## 3.1.0
__13th October 2019_

* New cljs functions. By [@anthonygalea](http://github.com/anthonygalea)
* `:bolditalic` support in `text-style`.
* `lights`, `shininess`, `light-falloff` now work on cljs as well as clj.
* Added `print-first-n` and `print-every-n-millisec` functios for debugging. By [@anthonygalea](http://github.com/anthonygalea) in [#315](https://github.com/quil/quil/issues/315).
* Fix support of `:mouse-wheel` in cljs. See [#321](https://github.com/quil/quil/issues/321).
* Updated dependencies on Processing to 3.5.3 and P5.js to 0.9.0.

## 3.0.0
_1st April 2019_

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 "3.1.0-SNAPSHOT"
(defproject quil "3.1.0"
:description "(mix Processing Clojure)"
:url "http://github.com/quil/quil"

Expand Down

0 comments on commit 4c6209d

Please sign in to comment.