Skip to content

Commit

Permalink
renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelety committed Jun 6, 2020
1 parent f308892 commit 3517cd4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
{
"name": "@pavelety/cordova-plugin-google-play-services-check",
"version": "1.0.0",
"version": "1.0.1",
"description": "Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled",
"repository": {
"type": "git",
"url": "git+https://github.com/pavelety/cordova-plugin-google-play-services-check.git"
},
"cordova": {
"id": "@pavelety/cordova-plugin-google-play-services-check",
"platforms": [
"android"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="@pavelety/cordova-plugin-google-play-services-check" version="1.0.0">
<plugin xmlns="http://apache.org/cordova/ns/plugins/1.0" id="@pavelety/cordova-plugin-google-play-services-check" version="1.0.1">
<name>Google Play Services Check</name>
<description>
Cordova/Ionic/Phonegap plugin for checking that the Google Play Services are installed, updated and enabled
Expand Down

0 comments on commit 3517cd4

Please sign in to comment.