diff --git a/ShimmerBluetoothManager/build.gradle b/ShimmerBluetoothManager/build.gradle index 749e52f01..74f7f7cba 100644 --- a/ShimmerBluetoothManager/build.gradle +++ b/ShimmerBluetoothManager/build.gradle @@ -25,7 +25,7 @@ publishing { groupId = 'com.shimmerresearch' // Replace with your package's group/organization name artifactId = 'shimmerbluetoothmanager' // Replace with the name of your package - version = '0.11.4_beta' // Replace with your package version + version = '0.11.5_beta' // Replace with your package version // Jar publication //( diff --git a/ShimmerDriver/build.gradle b/ShimmerDriver/build.gradle index 0341173ff..0c346175b 100644 --- a/ShimmerDriver/build.gradle +++ b/ShimmerDriver/build.gradle @@ -47,7 +47,7 @@ publishing { groupId = 'com.shimmerresearch' // Replace with your package's group/organization name artifactId = 'shimmerdriver' // Replace with the name of your package - version = '0.11.4_beta' // Replace with your package version + version = '0.11.5_beta' // Replace with your package version // Jar publication //( diff --git a/ShimmerDriverPC/build.gradle b/ShimmerDriverPC/build.gradle index efe15c385..c031d2bb4 100644 --- a/ShimmerDriverPC/build.gradle +++ b/ShimmerDriverPC/build.gradle @@ -37,7 +37,7 @@ publishing { groupId = 'com.shimmerresearch' // Replace with your package's group/organization name artifactId = 'shimmerdriverpc' // Replace with the name of your package - version = '0.11.4_beta' // Replace with your package version + version = '0.11.5_beta' // Replace with your package version // Jar publication //( diff --git a/ShimmerPCBasicExamples/src/main/java/com/shimmerresearch/simpleexamples/SensorMapsExample.java b/ShimmerPCBasicExamples/src/main/java/com/shimmerresearch/simpleexamples/SensorMapsExample.java index d1d3d9714..49d95fd17 100644 --- a/ShimmerPCBasicExamples/src/main/java/com/shimmerresearch/simpleexamples/SensorMapsExample.java +++ b/ShimmerPCBasicExamples/src/main/java/com/shimmerresearch/simpleexamples/SensorMapsExample.java @@ -423,7 +423,7 @@ public void actionPerformed(ActionEvent e) { frame.getContentPane().add(lblFilePath); chckbxWriteDataToFile = new JCheckBox("Write Data to File"); - chckbxWriteDataToFile.setBounds(829, 185, 116, 23); + chckbxWriteDataToFile.setBounds(829, 185, 135, 23); chckbxWriteDataToFile.addItemListener(new ItemListener() { public void itemStateChanged(ItemEvent e) { if(e.getStateChange() == ItemEvent.SELECTED) { @@ -451,7 +451,7 @@ public void actionPerformed(ActionEvent e) { } } }); - btnStartSDLogging.setBounds(951, 181, 91, 31); + btnStartSDLogging.setBounds(965, 181, 106, 31); frame.getContentPane().add(btnStartSDLogging); JButton btnStopSd = new JButton("STOP SD"); @@ -472,7 +472,7 @@ public void actionPerformed(ActionEvent e) { } }); - btnStopSd.setBounds(1043, 181, 82, 31); + btnStopSd.setBounds(1075, 181, 107, 31); frame.getContentPane().add(btnStopSd); plotManager.setTitle("Plot");