Skip to content

Commit

Permalink
Updating version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jan 30, 2012
1 parent 3fd2f59 commit 44edcbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.4.0rc1
1.4.0
Expand Up @@ -5,7 +5,7 @@
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>PhoneGap</title>
<link rel="stylesheet" href="master.css" type="text/css" media="screen" title="no title">
<script type="text/javascript" charset="utf-8" src="phonegap-1.4.0rc1.js"></script>
<script type="text/javascript" charset="utf-8" src="phonegap-1.4.0.js"></script>
<script type="text/javascript" charset="utf-8" src="main.js"></script>

</head>
Expand Down
2 changes: 1 addition & 1 deletion framework/assets/www/index.html
@@ -1,7 +1,7 @@
<html>
<head>
<title></title>
<script src="phonegap-1.4.0rc1.js"></script>
<script src="phonegap-1.4.0.js"></script>
</head>
<body>

Expand Down
2 changes: 1 addition & 1 deletion framework/src/com/phonegap/Device.java
Expand Up @@ -37,7 +37,7 @@ Licensed to the Apache Software Foundation (ASF) under one
public class Device extends Plugin {
public static final String TAG = "Device";

public static String phonegapVersion = "1.4.0rc1"; // PhoneGap version
public static String phonegapVersion = "1.4.0"; // PhoneGap version
public static String platform = "Android"; // Device OS
public static String uuid; // Device UUID

Expand Down

0 comments on commit 44edcbb

Please sign in to comment.