Skip to content

Commit

Permalink
Update version number to 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcnaught committed Apr 20, 2022
1 parent 6cf8d1b commit 328e8c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions installer/EyeMine.aip
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<ROW Property="Manufacturer" Value="SpecialEffect"/>
<ROW Property="MsiLogging" MultiBuildValue="DefaultBuild:vp"/>
<ROW Property="NUMBER_OF_SAVES" Value="0"/>
<ROW Property="ProductCode" Value="1033:{362D29BE-322E-4E7F-933D-8F1CD67F02CA} 2057:{362D29BE-322E-4E7F-933D-8F1CD67F02CA} " Type="16"/>
<ROW Property="ProductCode" Value="1033:{0E2B4693-9BB9-49A3-9EC8-9F67D7F98505} 2057:{0E2B4693-9BB9-49A3-9EC8-9F67D7F98505} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="EyeMineV2"/>
<ROW Property="ProductVersion" Value="2.2.4"/>
<ROW Property="ProductVersion" Value="2.2.5"/>
<ROW Property="RUNAPPLICATION" Value="1" Type="4"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND;AI_SETUPEXEPATH;SETUPEXEDIR"/>
<ROW Property="TOBII_SUPPORTED" Value="false"/>
Expand Down Expand Up @@ -245,7 +245,7 @@
<ROW Component="edbd23475bd5466f8a3e5fceb85cd13b.dat" ComponentId="{7213F8A4-6C63-4E20-BD9F-492A658E2FB5}" Directory_="playerdata_Dir" Attributes="0" KeyPath="edbd23475bd5466f8a3e5fceb85cd13b.dat" Type="0"/>
<ROW Component="edbd23475bd5466f8a3e5fceb85cd13b.json" ComponentId="{B52A0319-BB22-474A-B299-191C368F48F7}" Directory_="stats_Dir" Attributes="0" KeyPath="edbd23475bd5466f8a3e5fceb85cd13b.json" Type="0"/>
<ROW Component="edbd23475bd5466f8a3e5fceb85cd13b.json_1" ComponentId="{F749AF28-9718-467A-B49C-391EED676995}" Directory_="advancements_Dir" Attributes="0" KeyPath="edbd23475bd5466f8a3e5fceb85cd13b.json_1" Type="0"/>
<ROW Component="eyemine1.14.4.jar" ComponentId="{61388323-2DF1-43BD-86BC-8C54E1A1076F}" Directory_="libs_Dir" Attributes="0" KeyPath="eyemine2.2.4.jar" Type="0"/>
<ROW Component="eyemine1.14.4.jar" ComponentId="{61388323-2DF1-43BD-86BC-8C54E1A1076F}" Directory_="libs_Dir" Attributes="0" KeyPath="eyemine2.2.5.jar" Type="0"/>
<ROW Component="eyemine2.0.12.jar" ComponentId="{B42179B6-D266-4B7F-ACB5-A2D839801563}" Directory_="ModInstaller_Dir" Attributes="0" KeyPath="eyemineclientmouse.toml" Type="0"/>
<ROW Component="forgeserver.toml" ComponentId="{4D73FC67-274C-46B7-B36C-3BD91E93D3C4}" Directory_="serverconfig_Dir" Attributes="0" KeyPath="forgeserver.toml" Type="0"/>
<ROW Component="forgeserver.toml_1" ComponentId="{502D773A-B20D-461F-A436-0AABB8502B51}" Directory_="serverconfig_1_Dir" Attributes="0" KeyPath="forgeserver.toml_1" Type="0"/>
Expand Down Expand Up @@ -1337,7 +1337,7 @@
<ROW File="MinecraftDebug.xml_2" Component_="MenuNav.xml_2" FileName="MINECR~2.XML|MinecraftDebug.xml" Attributes="0" SourcePath="..\src\JuliusSweetland.OptiKey.EyeMine\bin\Release\Resources\EyeMineKeyboards\EyeTracker\Bonus Keyboards\MinecraftDebug.xml" SelfReg="false"/>
<ROW File="SavedToolbars.xml_2" Component_="MenuNav.xml_2" FileName="SAVEDT~1.XML|SavedToolbars.xml" Attributes="0" SourcePath="..\src\JuliusSweetland.OptiKey.EyeMine\bin\Release\Resources\EyeMineKeyboards\EyeTracker\Bonus Keyboards\SavedToolbars.xml" SelfReg="false"/>
<ROW File="IrisbondHiruAPI.dll" Component_="IrisbondHiruAPI.dll" FileName="IRISBO~2.DLL|IrisbondHiruAPI.dll" Attributes="0" SourcePath="..\src\JuliusSweetland.OptiKey.EyeMine\bin\Release\IrisbondHiruAPI.dll" SelfReg="false"/>
<ROW File="eyemine2.2.4.jar" Component_="eyemine1.14.4.jar" FileName="EYEMIN~1.JAR|eyemine-2.2.4.jar" Attributes="0" SourcePath="..\..\mods\build\libs\eyemine-2.2.4.jar" SelfReg="false"/>
<ROW File="eyemine2.2.5.jar" Component_="eyemine1.14.4.jar" FileName="EYEMIN~2.JAR|eyemine-2.2.5.jar" Attributes="0" SourcePath="..\..\mods\build\libs\eyemine-2.2.5.jar" SelfReg="false"/>
</COMPONENT>
<COMPONENT cid="caphyon.advinst.msicomp.BootstrOptComponent">
<ROW BootstrOptKey="GlobalOptions" DownloadFolder="[AppDataFolder][|Manufacturer]\[|ProductName]\prerequisites" Options="2"/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@
//MAJOR version when you make incompatible API changes,
//MINOR version when you add functionality in a backwards-compatible manner, and
//PATCH version when you make backwards-compatible bug fixes (in the Version class this is the Build number).
[assembly: AssemblyVersion("2.2.4")]
[assembly: AssemblyVersion("2.2.5")]

0 comments on commit 328e8c2

Please sign in to comment.