Skip to content

Commit 0dbc09e

Browse files
authored
Merge pull request #216 from ShimmerEngineering/DEV-267
DEV-267 Uprev to 0.11.2_beta
2 parents b1d2b70 + 97d38d1 commit 0dbc09e

3 files changed

Lines changed: 3 additions & 3 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.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)