Browse Source

Update meta data

Sebastián Katzer 8 năm trước cách đây
mục cha
commit
0d8a4ddd6b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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;