Skip to content

Commit 515786b

Browse files
committed
update
1 parent ab266b2 commit 515786b

4 files changed

Lines changed: 5 additions & 5 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ public void actionPerformed(ActionEvent e) {
451451
}
452452
}
453453
});
454-
btnStartSDLogging.setBounds(951, 181, 91, 31);
454+
btnStartSDLogging.setBounds(951, 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(1067, 181, 107, 31);
476476
frame.getContentPane().add(btnStopSd);
477477

478478
plotManager.setTitle("Plot");

0 commit comments

Comments
 (0)