Skip to content

Commit

Permalink
version 1.2.2
Browse files Browse the repository at this point in the history
- Update version number
- Cosmetic change in calibration
  • Loading branch information
DenisMot committed Mar 31, 2022
1 parent 1998125 commit 317d31b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/fr/lgi2p/digit/conf/Calibration.java
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ public void setScreenCalibration(JFrame window) {
drawingSize_mm = new Dimension((int) w_mm, (int) h_mm);
}

// rebuild the linear task with the new calibration
// rebuild the task with the new calibration
configuration.setLinearTask();
configuration.setCircularTaskConfiguration();
}
Expand Down
2 changes: 1 addition & 1 deletion src/fr/lgi2p/digit/conf/Consts.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public final class Consts {

public static final String APP_NAME = "mouseReMoCo";
public static final String APP_VERSION = "1.2.1";
public static final String APP_VERSION = "1.2.2";

public static final double INCH_PER_MM = 25.4;

Expand Down

0 comments on commit 317d31b

Please sign in to comment.