Bring down unity asset version requirements?

Hey, so I created an asset and on the asset page on the store, it says like ‘requires unity 5.0.3’, how can I bring down this version number, because I’m pretty sure it also works on lower versions :stuck_out_tongue:

I believe the unity version is determined by what version of unity the asset was exported from, not a more sophisticated check.

Without knowing what is in the asset (scripts, models, etc. ) it is hard to say for sure if this will work, but I would import it it in to a 5.0.3+ project and then manually move the files out of the project into your older project.