Skip to content

Commit c056e90

Browse files
author
Sergey Svinolobov
committed
version changed for the new release: 1.6.0
1 parent 9639947 commit c056e90

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

BLEConsole/Helpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ public string Name
116116
return "Custom Characteristic: " + characteristic.Uuid;
117117
}
118118
}
119-
break;
119+
120120
default:
121121
break;
122122
}

BLEConsole/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.5.6.0")]
36-
[assembly: AssemblyFileVersion("1.5.6.0")]
35+
[assembly: AssemblyVersion("1.6.0.0")]
36+
[assembly: AssemblyFileVersion("1.6.0.0")]

0 commit comments

Comments
 (0)