Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Feinberg committed Apr 5, 2015
1 parent cf70052 commit 87d135d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ authorList = [Jonathan Feinberg](http://mrfeinberg.com/)
url = http://mrfeinberg.com/peasycam/
category = 3D
sentence = A mouse driven camera-control library for 3D sketches.
version = 200
version = 201
2 changes: 1 addition & 1 deletion src/peasy/PeasyCam.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void handleWheel(final int delta) {

private final PMatrix3D originalMatrix; // for HUD restore

public final String VERSION = "200";
public final String VERSION = "201";

public PeasyCam(final PApplet parent, final double distance) {
this(parent, parent.g, 0, 0, 0, distance);
Expand Down

0 comments on commit 87d135d

Please sign in to comment.