Skip to content

Commit e1b7268

Browse files
authored
Merge pull request #272 from ShimmerEngineering/uprev
uprev
2 parents 106ad6f + 73ae044 commit e1b7268

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
@@ -27,7 +27,7 @@ publishing {
2727

2828
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
2929
artifactId = 'shimmerbluetoothmanager' // Replace with the name of your package
30-
version = '0.11.6_beta' // Replace with your package version
30+
version = '0.11.7_beta' // Replace with your package version
3131

3232
// Jar publication
3333
//(

ShimmerDriver/build.gradle

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

5050
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
5151
artifactId = 'shimmerdriver' // Replace with the name of your package
52-
version = '0.11.6_beta' // Replace with your package version
52+
version = '0.11.7_beta' // Replace with your package version
5353

5454
// Jar publication
5555
//(

ShimmerDriverPC/build.gradle

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

4545
groupId = 'com.shimmerresearch' // Replace with your package's group/organization name
4646
artifactId = 'shimmerdriverpc' // Replace with the name of your package
47-
version = '0.11.6_beta' // Replace with your package version
47+
version = '0.11.7_beta' // Replace with your package version
4848

4949
// Jar publication
5050
//(

0 commit comments

Comments
 (0)