Skip to content

Commit

Permalink
Fix version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
phrack committed Jul 16, 2016
1 parent d1c0f8d commit e4ae904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/shootoff/plugins/ShotToClick.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public void init() {

@Override
public ExerciseMetadata getInfo() {
return new ExerciseMetadata("Shot to Click", "1.0", "phrack",
return new ExerciseMetadata("Shot to Click", "1.2", "phrack",
"This exercise converts a shot on a projection to a click on the screen being projected. "
+ "To use this exercise, start the Projector Arena and calibrate, then minimize the arena "
+ "and replace it on the projector with a Flash game or similar that you'd like to play "
Expand Down

0 comments on commit e4ae904

Please sign in to comment.