iTween Compiler Error upon updating iTween...Help

From the unity store I installed iTween, only in my beginner skillset with Unity, didn’t anticipate it borking Unity. I get this error after I installed iTween:

Assets/iTween/iTween.cs(46,14): error CS0101: The namespace `global::' already contains a definition for `iTween'

then in monospace it refers to this line:

public class iTween : MonoBehaviour{

How do I fix this and how does one go about properly updating iTween in the future? :slight_smile:

Cheers.

Ok Well I found 2 itween.cs files and got rid of the old one. Next time I will read up on how to properly update plugins! :slight_smile: