Elad
Elad

Reputation: 426

upgrade phonegap 1.0.0 to 2.0.1

I'm using phonegap 1.0.0 and I want to upgrade straight forward to 2.0.1. Will I have to go all the way and upgrade from 1.0.0 -> 1.0.1-> .. -> 2.0.1.

I've found this tutorial

BUT it doesn't say if you can upgrade straight to 2.0.1 from 1.0.0

Thanks a lot in advance.

Upvotes: 0

Views: 364

Answers (1)

Snowcrash
Snowcrash

Reputation: 86057

Give it a go.

Having said that here's how I would do it.

  1. Check your code into git
  2. Upgrade to 2.0.1

Then, if you have any difficulties simply rollback. Make sure you use branches to test things out if you're experimenting.

Upvotes: 1

Related Questions