Skip to content

Commit

Permalink
Set VERSION to 3.2.0 (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
infil00p committed Nov 18, 2013
1 parent dd4e2a6 commit 221b10b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.2.0-rc1
3.2.0
2 changes: 1 addition & 1 deletion bin/templates/cordova/version
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
*/

// Coho updates this line:
var VERSION = "3.2.0-rc1";
var VERSION = "3.2.0";

console.log(VERSION);
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/CordovaWebView.java
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class CordovaWebView extends WebView {

public static final String TAG = "CordovaWebView";

public static final String CORDOVA_VERSION = "3.2.0-rc1";
public static final String CORDOVA_VERSION = "3.2.0";

private ArrayList<Integer> keyDownCodes = new ArrayList<Integer>();
private ArrayList<Integer> keyUpCodes = new ArrayList<Integer>();
Expand Down

0 comments on commit 221b10b

Please sign in to comment.