Skip to content

Commit

Permalink
v20230316 (applied-geodesy#431)
Browse files Browse the repository at this point in the history
- Version number increased (v20230316)
  • Loading branch information
loesler authored Mar 16, 2023
1 parent 2697a21 commit 30c0d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JAG3D/src/org/applied_geodesy/version/jag3d/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class Version {
private final static Map<VersionType, Integer> versions = Map.of(
VersionType.ADJUSTMENT_CORE, 20230228,
VersionType.DATABASE, 20230131,
VersionType.USER_INTERFACE, 20230228
VersionType.USER_INTERFACE, 20230316
);

private Version() {}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
public class Version {
private final static Map<VersionType, Integer> versions = Map.of(
VersionType.ADJUSTMENT_CORE, 20220428,
VersionType.USER_INTERFACE, 20230123
VersionType.USER_INTERFACE, 20230316
);

private Version() {}
Expand Down

0 comments on commit 30c0d42

Please sign in to comment.