Skip to content

Commit

Permalink
Preparing for 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
infil00p committed Feb 4, 2013
1 parent fcc01bc commit db099e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.4.0rc2
2.4.0
2 changes: 1 addition & 1 deletion bin/templates/project/assets/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h1>Apache Cordova</h1>
<p class="event received">Device is Ready</p>
</div>
</div>
<script type="text/javascript" src="cordova-2.4.0rc2.js"></script>
<script type="text/javascript" src="cordova-2.4.0.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript">
app.initialize();
Expand Down
5 changes: 3 additions & 2 deletions framework/assets/js/cordova.android.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Platform: android

// commit e784eee3ce02dbd475e3c3f70031668f1706f2ec
// commit ac725f6ae0bd655789771e2a40b8d60cb4c8c221

// File generated at :: Wed Jan 30 2013 09:20:09 GMT-0500 (EST)
// File generated at :: Mon Feb 04 2013 10:59:03 GMT-0800 (PST)

/*
Licensed to the Apache Software Foundation (ASF) under one
Expand Down Expand Up @@ -1665,6 +1665,7 @@ module.exports = {
CELL_2G: "2g",
CELL_3G: "3g",
CELL_4G: "4g",
CELL:"cellular",
NONE: "none"
};

Expand Down
2 changes: 1 addition & 1 deletion framework/assets/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<html>
<head>
<title></title>
<script src="cordova-2.4.0rc2.js"></script>
<script src="cordova-2.4.0.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion framework/src/org/apache/cordova/Device.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Licensed to the Apache Software Foundation (ASF) under one
public class Device extends CordovaPlugin {
public static final String TAG = "Device";

public static String cordovaVersion = "2.4.0rc2"; // Cordova version
public static String cordovaVersion = "2.4.0"; // Cordova version
public static String platform = "Android"; // Device OS
public static String uuid; // Device UUID

Expand Down

0 comments on commit db099e7

Please sign in to comment.