Skip to content

Commit 97d38d1

Browse files
committed
DEV-267
1 parent b1d2b70 commit 97d38d1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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.1_beta' // Replace with your package version
28+
version = '0.11.2_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.1_beta' // Replace with your package version
50+
version = '0.11.2_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.1_beta' // Replace with your package version
40+
version = '0.11.2_beta' // Replace with your package version
4141

4242
// Jar publication
4343
//(

0 commit comments

Comments
 (0)