Skip to content

Commit

Permalink
Bumped version to 0.37.0:
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico Stuurman committed Apr 11, 2024
1 parent 3bb5a5b commit f867b2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.micro-manager.acqengj</groupId>
<artifactId>AcqEngJ</artifactId>
<version>0.36.0</version>
<version>0.37.0</version>
<packaging>jar</packaging>
<name>AcqEngJ</name>
<description>Java-based Acquisition engine for Micro-Manager</description>
Expand Down
1 change: 0 additions & 1 deletion src/main/java/org/micromanager/acqj/internal/Engine.java
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,6 @@ private void prepareHardware(final AcquisitionEvent event,
HardwareSequences hardwareSequencesInProgress) throws HardwareControlException {
//Get the hardware specific to this acquisition
final String xyStage = core_.getXYStageDevice();
final String zStage = core_.getFocusDevice();
final String slm = core_.getSLMDevice();
//prepare sequences if applicable
if (event.getSequence() != null) {
Expand Down

0 comments on commit f867b2f

Please sign in to comment.