Skip to content

Commit fb486af

Browse files
committed
0.2.2 release
1 parent 71f0b3b commit fb486af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build/windows/erw/setup.iss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
AppID={{EA516BE9-B80D-47A2-880B-457C76A42B05}
99
;AppName=Arduino Enhanced Release for Windows (without Java)
1010
AppName=Papilio DesignLab
11-
AppVersion=v0.2.1
11+
AppVersion=v0.2.2
1212
AppPublisher=Jack Gassett
1313
AppPublisherURL=http://papilio.cc/
1414
AppSupportURL=http://www.gadgetfactory.net/
1515
AppUpdatesURL=http://papilio.cc/
16-
DefaultDirName={sd}\DesignLab-0.2.1
16+
DefaultDirName={sd}\DesignLab-0.2.2
1717
DefaultGroupName=Papilio DesignLab
1818
OutputDir=setup
1919
;OutputBaseFilename=setup
@@ -41,9 +41,9 @@ Name: "installdrivers"; Description: "Show me options to Configure Papilio Drive
4141
Source: "..\work\*"; DestDir: "{app}"; Flags: ignoreversion createallsubdirs recursesubdirs;
4242

4343
[Icons]
44-
Name: "{group}\DesignLab 0.2.1"; Filename: {app}\DesignLab.exe;
44+
Name: "{group}\DesignLab 0.2.2"; Filename: {app}\DesignLab.exe;
4545
Name: "{group}\Install Papilio Drivers"; Filename: {app}\drivers\install.bat; Flags: excludefromshowinnewinstall;
46-
Name: "{userdesktop}\DesignLab 0.2.1"; Filename: {app}\DesignLab.exe; Tasks: desktopicon;
46+
Name: "{userdesktop}\DesignLab 0.2.2"; Filename: {app}\DesignLab.exe; Tasks: desktopicon;
4747

4848
;[Registry]
4949
;Root: HKCR; SubKey: xapfile\shell\open\; ValueType: string; ValueName: command; ValueData: "{app}\wp7-deploy.exe"; Flags: UninsDeleteKey; Tasks: xapfiletype;

0 commit comments

Comments
 (0)