Explorar el Código

Update meta data

Sebastián Katzer hace 8 años
padre
commit
0d8a4ddd6b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      www/local-notification-util.js

+ 2 - 2
www/local-notification-util.js

@@ -94,8 +94,8 @@ exports.mergeWithDefaults = function (options) {
     }
 
     options.meta = {
-        plugin:  'cordova-plugin-local-notifications',
-        version: '0.9-beta'
+        plugin:  'cordova-plugin-local-notification',
+        version: '0.9-beta.1'
     };
 
     return options;