Skip to content

Commit cb495c1

Browse files
authored
Merge pull request #244 from ShimmerEngineering/DEV-456_2
DEV-456
2 parents ab266b2 + 3e510eb commit cb495c1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

ShimmerBluetoothManager/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ publishing {
2525

2626
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
2727
artifactId = 'shimmerbluetoothmanager' // Replace with the name of your package
28-
version = '0.11.4_beta' // Replace with your package version
28+
version = '0.11.5_beta' // Replace with your package version
2929

3030
// Jar publication
3131
//(

ShimmerDriver/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ publishing {
4747

4848
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
4949
artifactId = 'shimmerdriver' // Replace with the name of your package
50-
version = '0.11.4_beta' // Replace with your package version
50+
version = '0.11.5_beta' // Replace with your package version
5151

5252
// Jar publication
5353
//(

ShimmerDriverPC/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ publishing {
3737

3838
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
3939
artifactId = 'shimmerdriverpc' // Replace with the name of your package
40-
version = '0.11.4_beta' // Replace with your package version
40+
version = '0.11.5_beta' // Replace with your package version
4141

4242
// Jar publication
4343
//(

ShimmerPCBasicExamples/src/main/java/com/shimmerresearch/simpleexamples/SensorMapsExample.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public void actionPerformed(ActionEvent e) {
423423
frame.getContentPane().add(lblFilePath);
424424

425425
chckbxWriteDataToFile = new JCheckBox("Write Data to File");
426-
chckbxWriteDataToFile.setBounds(829, 185, 116, 23);
426+
chckbxWriteDataToFile.setBounds(829, 185, 135, 23);
427427
chckbxWriteDataToFile.addItemListener(new ItemListener() {
428428
public void itemStateChanged(ItemEvent e) {
429429
if(e.getStateChange() == ItemEvent.SELECTED) {
@@ -451,7 +451,7 @@ public void actionPerformed(ActionEvent e) {
451451
}
452452
}
453453
});
454-
btnStartSDLogging.setBounds(951, 181, 91, 31);
454+
btnStartSDLogging.setBounds(965, 181, 106, 31);
455455
frame.getContentPane().add(btnStartSDLogging);
456456

457457
JButton btnStopSd = new JButton("STOP SD");
@@ -472,7 +472,7 @@ public void actionPerformed(ActionEvent e) {
472472

473473
}
474474
});
475-
btnStopSd.setBounds(1043, 181, 82, 31);
475+
btnStopSd.setBounds(1075, 181, 107, 31);
476476
frame.getContentPane().add(btnStopSd);
477477

478478
plotManager.setTitle("Plot");

0 commit comments

Comments
 (0)