Skip to content

Commit

Permalink
[MOBILE-1201] Update version strings (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianBatchelder committed Feb 26, 2020
1 parent 912328f commit dcc9b21
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "urbanairship-cordova",
"version": "10.0.0",
"version": "10.1.0",
"description": "Urban Airship Cordova plugin",
"cordova": {
"id": "urbanairship-cordova",
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<config-file parent="/manifest/application" target="AndroidManifest.xml">
<meta-data
android:name="com.urbanairship.cordova.version"
android:value="10.0.0"/>
android:value="10.1.0"/>

<meta-data
android:name="com.urbanairship.autopilot"
Expand Down Expand Up @@ -141,7 +141,7 @@
</config-file>

<config-file target="*-Info.plist" parent="UACordovaPluginVersion">
<string>10.0.0</string>
<string>10.1.0</string>
</config-file>

<config-file parent="/widget" target="config.xml">
Expand Down

0 comments on commit dcc9b21

Please sign in to comment.