diff --git a/example/lib/home/permission_screen.dart b/example/lib/home/permission_screen.dart index 8214cca..2468fcf 100644 --- a/example/lib/home/permission_screen.dart +++ b/example/lib/home/permission_screen.dart @@ -179,7 +179,7 @@ class _PermissionScreenState extends State label: Text( _isRequesting ? 'Requesting Permissions...' - : 'Grant Permissions', + : 'Get Started', style: const TextStyle(fontSize: 16), ), style: ElevatedButton.styleFrom( diff --git a/pubspec.yaml b/pubspec.yaml index 79c26c1..d36aac0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: universal_ble description: A cross-platform (Android/iOS/macOS/Windows/Linux/Web) Bluetooth Low Energy (BLE) plugin for Flutter -version: 1.0.0 +version: 1.0.0+2 homepage: https://navideck.com repository: https://github.com/Navideck/universal_ble issue_tracker: https://github.com/Navideck/universal_ble/issues