This repository was archived by the owner on Apr 29, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11module . 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
Original file line number Diff line number Diff line change 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" ,
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" : [
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ AppPublisher=Adobe Inc.
33AppPublisherURL = https://www.adobe.com/
44AppName = PhoneGap Desktop
55AppId = com.adobe.phonegap.desktop
6- AppVersion = 0.4 .0
6+ AppVersion = 0.4 .1
77DefaultDirName = {pf} \Adobe\PhoneGap\PhoneGap Desktop
88DefaultGroupName = Adobe\PhoneGap
99UninstallDisplayIcon = {app} \PhoneGap.exe
Original file line number Diff line number Diff line change 11{
22 "name" : " PhoneGap" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "main" : " index.js" ,
55 "window" : {
66 "devTools" : true
Original file line number Diff line number Diff line change 11{
22 "name" : " PhoneGap" ,
3- "version" : " 0.4.0 " ,
3+ "version" : " 0.4.1 " ,
44 "main" : " index.js" ,
55 "window" : {
66 "devTools" : true
You can’t perform that action at this time.
0 commit comments