diff --git a/package.json b/package.json
index 62c5ffc..be119fa 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "cordova-plugin-screen-orientation",
"version": "3.0.2-dev",
- "description": "Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.",
+ "description": "Cordova Screen Orientation plugin",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-plugin-screen-orientation"
@@ -30,7 +30,7 @@
"portrait",
"landscape"
],
- "author": "gbenvenuti",
+ "author": "Apache Software Foundation",
"license": "Apache-2.0",
"devDependencies": {
"jshint": "^2.9.4"
diff --git a/plugin.xml b/plugin.xml
index 0bf88b9..2672192 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -20,7 +20,7 @@
id="cordova-plugin-screen-orientation"
version="3.0.2-dev">
Screen Orientation
- Adds Screen Orientation API lock and unlock functions to the global screen object in android, iOS and windows-uwp.
+ Cordova Screen Orientation plugin
Apache 2.0