django-pwa icon indicating copy to clipboard operation
django-pwa copied to clipboard

Hi @silviolleite, where can I find the version 1.0.2? the latest version is showing 1.0.10?

Open mm-reza opened this issue 4 years ago • 1 comments

I have updated the package and now the is accepting include splash screen for iOS.

Originally posted by @silviolleite in https://github.com/silviolleite/django-pwa/issues/4#issuecomment-456815233

mm-reza avatar Jul 14 '21 16:07 mm-reza

You can see all the releases here: https://github.com/silviolleite/django-pwa/releases but to be clear. version 1.0.10 is newer than version 1.0.2 - it's semver, not a decimal number, so 1.0.10 is 1.0 patch version 10, which is newer than 1.0 patch version 2.

So, 1.0.10 should include all the features (including the splash screen) that 1.0.2 does.

cincodenada avatar Dec 16 '21 22:12 cincodenada