Troubleshooting registering a plugin

Troubleshooting registering a plugin

Hi,

I tried to register my plugin "jquery.wysiwyg". I followed the steps on [1], but my plugin just doesn't appear on plugins.jquery.com. I did that 14 hours ago. This is my wysiwyg.jquery.json file, which is in the root directory of my repostiory [2]. I registered the service hook and tagged the repository with my version number (and pushed it). My plugin doesn't apper at plugins.jquery.com though.

Any idea/advice?

Thank you,
Lukas

  1.     
    {
         "name" : "wysiwyg" ,
         "title" : "jQuery WYSIWYG" ,
         "description" : "An attempt to take the pain out of wysiwyg editing" ,
         "keywords" : [
             "wysiwyg"
         ],
         "version" : "0.1.1" ,
         "author" : {
             "name" : "Lukas Bombach" ,
             "url" : "http://lukasbombach.de/" ,
             "email" : "lukas.bombach@googlemail.com"
         },
         "homepage" : "https://github.com/LukasBombach/jQuery.wysiwyg" ,
         "licenses" : [{
             "type" : "MIT" ,
             "url" : "http://opensource.org/licenses/MIT"
         }],
         "dependencies" : {
             "jquery" : ">=1.5"
         }
    }