Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarna84 committed Nov 7, 2024
1 parent ad92daf commit 2e59481
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/utils/variables.dart
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ int pc_rx_state = 0; // To check the state of the packet
int CES_Pkt_Len = 0; // To store the Packet Length Deatils
int CES_Pkt_Pos_Counter = 0;
int CES_Data_Counter = 0; // Packet and data counter
int CES_ECG_RESP_Data_Counter = 0; // Packet and data counter
int CES_PPG_Data_Counter = 0; // Packet and data counter
int CES_Pkt_PktType = 0; // To store the Packet Type
int computed_val1 = 0;
int computed_val2 = 0;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: OpenView2
description: BLE companion app for use with ProtoCentral breakout boards and modules

version: 2.0.38+108
version: 2.0.39+109

environment:
sdk: ^3.3.0
Expand Down

0 comments on commit 2e59481

Please sign in to comment.