From e4ae904ae3521a00fe1060166fb766058e68f695 Mon Sep 17 00:00:00 2001 From: phrack Date: Sat, 16 Jul 2016 13:55:41 -0400 Subject: [PATCH] Fix version mismatch --- src/main/java/com/shootoff/plugins/ShotToClick.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/shootoff/plugins/ShotToClick.java b/src/main/java/com/shootoff/plugins/ShotToClick.java index 39b2add..058c224 100644 --- a/src/main/java/com/shootoff/plugins/ShotToClick.java +++ b/src/main/java/com/shootoff/plugins/ShotToClick.java @@ -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 "