Skip to content

Commit

Permalink
Bump up plugin version
Browse files Browse the repository at this point in the history
To Handle weird hanging cases from when `getUnusedAppRestrictionsStatus.get` is
called twice in the same thread

Actual changes are in 338a5a1 and
1225399 and involve invoking the method in a
separate thread, with a delay if needed.
  • Loading branch information
shankari committed Mar 23, 2022
1 parent 1225399 commit 25e1142
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<plugin xmlns="http://www.phonegap.com/ns/plugins/1.0"
id="cordova-plugin-em-datacollection"
version="1.7.0">
version="1.7.1">

<name>DataCollection</name>
<description>Background data collection FTW! This is the part that I really
Expand Down

0 comments on commit 25e1142

Please sign in to comment.