Skip to content

Commit

Permalink
prepare for a 1.4.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Apr 29, 2012
1 parent 2799e50 commit 4c2829c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 12,15 @@ In one hand Quil holds Processing, a carefully crafted API for making drawing an

In one swift, skilled motion, Quil throws them both high into the air. In a dusty cloud of pixels, they bond instantly and fly off into the distance painting their way with immutable trails of brilliant colour. Moments later, you see them swiftly return and hover nearby. Your very own ride to Perlinwould awaits. Summon the winds and ride well, my friend.

## Requirements
## Requirements

Quil requires Clojure 1.4.0 or higher, and other dependencies described in `project.clj` which are automatically pulled with leiningen. For the OpenGL support you need to use leiningen 2.0 or higher.

## Installation

[Leiningen](https://github.com/technomancy/leiningen) users simply need to add Quil as a dependency to their `project.clj`:

[quil "1.4.0"]
[quil "1.4.1"]

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 project.clj
Original file line number Diff line number Diff line change
@@ -1,4 1,4 @@
(defproject quil "1.4.0"
(defproject quil "1.4.1"
:description "(mix Processing Clojure)"
:url "http://github.com/quil/quil"
:mailing-list {:name "Quil Mailing List"
Expand Down

0 comments on commit 4c2829c

Please sign in to comment.