Skip to content

Commit

Permalink
# 0.2.12 (2022-03-11 / cd9926a)
Browse files Browse the repository at this point in the history
## Added

## Fixed

## Changed
  • Loading branch information
plexus committed Mar 11, 2022
1 parent cd9926a commit e015195
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.2
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.2.12 (2022-03-11 / cd9926a)

## Added

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Work in progress. See the demo directory for examples.
Run these commands to see cljbox2d in action:

```
clojure -Sdeps '{:deps {com.lambdaisland/cljbox2d {:mvn/version "0.1.9"} quil/quil {:mvn/version "3.1.0"}}}' -M -m lambdaisland.cljbox2d.demo.simple-shapes
clojure -Sdeps '{:deps {com.lambdaisland/cljbox2d {:mvn/version "0.1.9"} quil/quil {:mvn/version "3.1.0"}}}' -M -m lambdaisland.cljbox2d.demo.pyramid
clojure -Sdeps '{:deps {com.lambdaisland/cljbox2d {:mvn/version "0.1.9"} quil/quil {:mvn/version "3.1.0"}}}' -M -m lambdaisland.cljbox2d.demo.platformer
clojure -Sdeps '{:deps {com.lambdaisland/cljbox2d {:mvn/version "0.2.12"} quil/quil {:mvn/version "3.1.0"}}}' -M -m lambdaisland.cljbox2d.demo.simple-shapes
clojure -Sdeps '{:deps {com.lambdaisland/cljbox2d {:mvn/version "0.2.12"} quil/quil {:mvn/version "3.1.0"}}}' -M -m lambdaisland.cljbox2d.demo.pyramid
clojure -Sdeps '{:deps {com.lambdaisland/cljbox2d {:mvn/version "0.2.12"} quil/quil {:mvn/version "3.1.0"}}}' -M -m lambdaisland.cljbox2d.demo.platformer
```

<!-- installation -->
Expand All @@ -26,13 +26,13 @@ clojure -Sdeps '{:deps {com.lambdaisland/cljbox2d {:mvn/version "0.1.9"} quil/qu
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/cljbox2d {:mvn/version "0.1.9"}
com.lambdaisland/cljbox2d {:mvn/version "0.2.12"}
```

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

```
[com.lambdaisland/cljbox2d "0.1.9"]
[com.lambdaisland/cljbox2d "0.2.12"]
```
<!-- /installation -->

Expand Down

0 comments on commit e015195

Please sign in to comment.