Version Number on Splash Screen

I want to show App version number on splash screen dynamically. Don’t want to hard-code on splash images.

How to do for ionic v1 and ionic 2.x ?

Simple answer: Not possible as “splash screen” are simple images.
More complicated answer: Not possible by default. You would have to go in, find out how the image is positioned and add a way to add text dynamically.