Skip to content

Commit

Permalink
incremented version, updated windows in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslaux committed Jan 25, 2019
1 parent 351ee9c commit 1fa793f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion example/config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.anyline.examples.cordova" version="7.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="io.anyline.examples.cordova" version="7.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Anyline Cordova Example</name>
<preference name="deployment-target" value="10.0" />
<preference name="BackupWebStorage" value="local" />
Expand Down
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "anyline-cordova-example",
"version": "7.0.0",
"version": "7.0.1",
"description": "Cordova plugin for implementing Anyline",
"main": "index.js",
"scripts": {
Expand All @@ -21,4 +21,4 @@
"platforms": []
},
"dependencies": {}
}
}
6 changes: 4 additions & 2 deletions plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@
"id": "io-anyline-cordova",
"platforms": [
"ios",
"android"
"android",
"windows"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
"cordova-android",
"cordova-windows"
],
"repository": {
"type": "git",
Expand Down

0 comments on commit 1fa793f

Please sign in to comment.