Skip to content

Commit

Permalink
Set VERSION to 3.6.3 (via coho)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarcelk committed Sep 12, 2014
1 parent caa82b2 commit e2e38ad
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.6.1
3.6.3
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.6.1";
var VERSION = "3.6.3";

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 @@ 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.6.1";
public static final String CORDOVA_VERSION = "3.6.3";

private HashSet<Integer> boundKeyCodes = new HashSet<Integer>();

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "3.6.1",
"version": "3.6.3",
"description": "cordova-android release",
"main": "bin/create",
"repository": {
Expand All @@ -25,4 +25,4 @@
"jasmine-node": "~1",
"promise-matchers": "~0"
}
}
}

0 comments on commit e2e38ad

Please sign in to comment.