dknell / myMedia-Titanium-Module

Titanium.Media with location and EXIF data!
Other
25 stars 9 forks source link

Tip - Specify module version in documentation #3

Closed cjkundin closed 12 years ago

cjkundin commented 12 years ago

In the documentation (step 3), might want to mention the version (currently 0.1) since it's needed when you add it to tiapp.xml

dknell commented 12 years ago

Step 3 has the version in the line:

<modules>
    <module platform="iphone" version="0.1">my.media</module>
</modules>
dknell commented 12 years ago

Sorry, I just realized that there was an issue with the Markdown that caused the code to be ignored. It is fixed now. Thanks!!!