Ionic App v1 - updating Ionic Framework Version (not Ionic CLI)
Try with
npm install -g [email protected]
After the CLI has been updated you have a few options when it comes to updating your base library install, goto the root of your project and run this command:
ionic lib update
Here for more details. hope it helps.