Skip to content

Commit 68f1fa4

Browse files
authored
Merge pull request #234 from ShimmerEngineering/DEV-358
DEV-358_uprev_to_0_11_4
2 parents 30f1eec + 71f35ae commit 68f1fa4

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

4242
// Jar publication
4343
//(

0 commit comments

Comments
 (0)