react-native-flic2 0.3.22 → 0.3.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -183,7 +183,7 @@ public class Flic2Service extends Service implements IFlic2Service {
183
183
  try {
184
184
  startForeground(SERVICE_NOTIFICATION_ID, notification);
185
185
  } catch (Exception e) {
186
- Log.we(TAG, "startForegroundService() exception ", e);
186
+ Log.w(TAG, "startForegroundService() exception ", e);
187
187
  }
188
188
  }
189
189
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-flic2",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
4
4
  "description": "React Native Flic plugin made with the Flic2 SDK (unofficial)",
5
5
  "main": "index.js",
6
6
  "scripts": {},