Kodi Community Forum

Full Version: addon xml updating
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I realised recently I have been updating everything but this code on addon xml


PHP Code:
id="skin.Limbus"
  
version="0.0.10"
  
name="Limbus 
"
been at ten for a while
could that be causing the strange behavior of the skin reverting rather than updating when installing with a zipfile.
Yes, every time you push a new change this needs updating.

Also the format should be - x.x.x
So I should be updating
0.1.0
instead of
0.0.10
sorry for the noob question
bridgman Wrote:So I should be updating
0.1.0
instead of
0.0.10
sorry for the noob question

Can't imagine 0.0.10 causing trouble maybe you can't use double digit numbers though?
it should be fine
thanks