File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
- JULIA_APP_VERSION = v " 1.0.53 "
1
+ JULIA_APP_VERSION = v " 1.0.54 "
Original file line number Diff line number Diff line change 1
1
#define JULIA_APP_VERSION_MAJOR 1
2
2
#define JULIA_APP_VERSION_MINOR 0
3
- #define JULIA_APP_VERSION_REVISION 53
3
+ #define JULIA_APP_VERSION_REVISION 54
4
4
#define JULIA_APP_VERSION_BUILD 0
5
5
#define JULIA_APP_BUNDLED_JULIA "1.6.2+0"
Original file line number Diff line number Diff line change 1
1
<PackagingLayout xmlns =" http://schemas.microsoft.com/appx/makeappx/2017" >
2
- <PackageFamily ID =" Julia-1.0.53 .0" FlatBundle =" false" ManifestPath =" appxmanifest.xml" ResourceManager =" false" >
3
- <Package ID =" Julia-x64-1.0.53 .0" ProcessorArchitecture =" x64" >
2
+ <PackageFamily ID =" Julia-1.0.54 .0" FlatBundle =" false" ManifestPath =" appxmanifest.xml" ResourceManager =" false" >
3
+ <Package ID =" Julia-x64-1.0.54 .0" ProcessorArchitecture =" x64" >
4
4
<Files >
5
5
<File DestinationPath =" Julia\*" SourcePath =" ..\build\output\x64\Release\launcher\*" />
6
6
<File DestinationPath =" Juliaup\**" SourcePath =" ..\build\juliaup\x64\**" />
11
11
<File DestinationPath =" VersionsDB\juliaup-versionsdb-winnt-x64.json" SourcePath =" ..\build\versiondb\juliaup-versionsdb-winnt-x64.json" />
12
12
</Files >
13
13
</Package >
14
- <Package ID =" Julia-x86-1.0.53 .0" ProcessorArchitecture =" x86" >
14
+ <Package ID =" Julia-x86-1.0.54 .0" ProcessorArchitecture =" x86" >
15
15
<Files >
16
16
<File DestinationPath =" Julia\*" SourcePath =" ..\build\output\Win32\Release\launcher\*" />
17
17
<File DestinationPath =" Juliaup\**" SourcePath =" ..\build\juliaup\x86\**" />
22
22
<File DestinationPath =" VersionsDB\juliaup-versionsdb-winnt-x86.json" SourcePath =" ..\build\versiondb\juliaup-versionsdb-winnt-x86.json" />
23
23
</Files >
24
24
</Package >
25
- <!-- <Package ID="Julia-ARM64-1.0.53 .0" ProcessorArchitecture="ARM64">
25
+ <!-- <Package ID="Julia-ARM64-1.0.54 .0" ProcessorArchitecture="ARM64">
26
26
<Files>
27
27
<File DestinationPath="Julia\*" SourcePath="..\build\output\Win32\Release\launcher\*" />
28
28
<File DestinationPath="Juliaup\**" SourcePath="..\build\juliaup\ARM64\**" />
Original file line number Diff line number Diff line change 1
1
{
2
2
"JuliaAppPackage" : {
3
- "Version" : " 1.0.53 .0" ,
3
+ "Version" : " 1.0.54 .0" ,
4
4
"BundledJuliaVersion" : " 1.6.2" ,
5
5
"BundledJuliaSemVersion" : " 1.6.2+0"
6
6
},
You can’t perform that action at this time.
0 commit comments