I'm writing a new gadget, and now i published a beta 1, build 18.
after some hours i publish the beta 2, build 40
I simply overwrite the beta1 xml whit the same-named beta2 xml
Now i have the developer module on, with 'cached' uncached.
But when I remove the module, something strange happens: every reload a
DIFFERENT build appear, so the user preferences for my module (a
delicate module, hard calculations based and a lot of user preferencies
saved) .. simply will 'mixed' through saving it in different ways
because every time a different build appear, for example
b1#18
reload
b2(but it's the #18... with a wrong title)
reload
b1#40 (yeah... wrong title but the right widget)
reload
b2#40 (ok, now i'll try to do something with it)
reload
b2#18 (oh...no !!! user preferencies are all confused !!!)
reload
b1#18 (ehi !?!? what's this? a joke?)
etc.
I want to delete the cached version of my widget, and make the new one
avaiable. How?