Skip to content

Commit

Permalink
Set VERSION to 3.5.0 (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed May 8, 2014
1 parent 568d3b5 commit 82bc714
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.5.0-rc1
3.5.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.5.0-rc1";
var VERSION = "3.5.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 @@ -68,7 +68,7 @@ Licensed to the Apache Software Foundation (ASF) under one
public class CordovaWebView extends WebView {

public static final String TAG = "CordovaWebView";
public static final String CORDOVA_VERSION = "3.5.0-rc1";
public static final String CORDOVA_VERSION = "3.5.0";

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

0 comments on commit 82bc714

Please sign in to comment.