Skip to content
This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Commit 96baebd

Browse files
committed
[#721] updated VERSION to 0.4.1
1 parent 99401a1 commit 96baebd

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = function(grunt) {
2-
var VERSION = '0.4.0';
2+
var VERSION = '0.4.1';
33
var osxArchive = './installers/osx64/PhoneGap-Desktop-Beta-' + VERSION + '-mac.zip';
44
var winArchive = './installers/win32/PhoneGap-Desktop-Beta-' + VERSION + '-win.zip';
55

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "PhoneGap",
33
"description": "PhoneGap",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"homepage": "http://github.com/phonegap/phonegap-app-desktop",
66
"repository": {
77
"type": "git",
@@ -57,10 +57,10 @@
5757
],
5858
"packages": {
5959
"mac": {
60-
"url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.0/PhoneGap-Desktop-Beta-0.4.0-mac.zip"
60+
"url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.1/PhoneGap-Desktop-Beta-0.4.1-mac.zip"
6161
},
6262
"win": {
63-
"url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.0/PhoneGap-Desktop-Beta-0.4.0-win.zip"
63+
"url": "https://github.com/phonegap/phonegap-app-desktop/releases/download/0.4.1/PhoneGap-Desktop-Beta-0.4.1-win.zip"
6464
}
6565
},
6666
"licenses": [

res/installers/win/pg-desktop.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ AppPublisher=Adobe Inc.
33
AppPublisherURL=https://www.adobe.com/
44
AppName=PhoneGap Desktop
55
AppId=com.adobe.phonegap.desktop
6-
AppVersion=0.4.0
6+
AppVersion=0.4.1
77
DefaultDirName={pf}\Adobe\PhoneGap\PhoneGap Desktop
88
DefaultGroupName=Adobe\PhoneGap
99
UninstallDisplayIcon={app}\PhoneGap.exe

src/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "PhoneGap",
3-
"version" : "0.4.0",
3+
"version" : "0.4.1",
44
"main" : "index.js",
55
"window" : {
66
"devTools" : true

www/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name" : "PhoneGap",
3-
"version" : "0.4.0",
3+
"version" : "0.4.1",
44
"main" : "index.js",
55
"window" : {
66
"devTools" : true

0 commit comments

Comments
 (0)