How can I force Views to update when using CouchBase Lite (Phonegap)?

We are using PhoneGap CouchBase Lite plugin to write App with HTML5 and javascript. After update the views by editing the setupViews function (same as the todolist sample), say adding a new views, it does not affect. Unless I reinstall the App.

I know there is a way to force it update with IOS API by setting a new version. But How to do that on CouchBase List with REST or PhoneGap CBL plugin in my case?