Skip to content

Commit

Permalink
Fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
guyluz11 committed Feb 5, 2024
2 parents 7dd48b8 + 030fb45 commit c51fcaa
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/core/permissions/permissions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ class Permission {
bool read = false;
bool write = false;
bool execute = false;

}
1 change: 0 additions & 1 deletion lib/core/permissions/permissions_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,4 @@ class PermissionsManager {
// Set

// Get

}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: cbj_smart_device
description: Creating CyBear Jinni Smart Devices
version: 1.0.6
version: 1.0.7
homepage: https://cybearjinni.com
publish_to: 'none'

Expand Down

0 comments on commit c51fcaa

Please sign in to comment.