Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
another trivial change. the version number in the docs referenced 0.1 but the module is now actually 1.0.0
  • Loading branch information
Sophrinix committed Jul 1, 2015
1 parent 325c5ca commit c3af115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -31,7 +31,7 @@ Register your module with your application by editing `tiapp.xml` and adding you
Example:

<modules>
<module version="0.1">com.sttts.exit</module>
<module version="1.0.0">com.sttts.exit</module>
</modules>

When you run your project, the compiler will combine your module along with its dependencies
Expand Down

0 comments on commit c3af115

Please sign in to comment.