Skip to content

Commit

Permalink
Compiled with 1.0.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
DocMoebiuz committed Jan 25, 2024
1 parent 68eb4c5 commit 1a82202
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion src/MobiFlightEventModuleProject.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Version="2" Name="MobiFlightEventModuleProject" FolderName="Packages" MetadataFolderName="PackagesMetadata">
<Project Version="2" Name="MobiFlightEventModuleProject" FolderName="Packages" PublishingGroupFolderName="PublishingGroupsContent" MetadataFolderName="PackagesMetadata" PublishingGroupMetadataFolderName="PublishingGroupsMetadata">
<OutputDirectory>.</OutputDirectory>
<TemporaryOutputDirectory>_PackageInt</TemporaryOutputDirectory>
<PublishingGroupTemporaryOutputDirectory>_PublishingGroupInt</PublishingGroupTemporaryOutputDirectory>
<Packages>
<Package>PackageDefinitions\mobiflight-event-module.xml</Package>
</Packages>
<PublishingGroups/>
</Project>

2 changes: 1 addition & 1 deletion src/PackageDefinitions/mobiflight-event-module.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<AssetPackage Version="0.7.1">
<AssetPackage Version="1.0.0">
<ItemSettings>
<ContentType>MISC</ContentType>
<Title>Event Module</Title>
Expand Down
2 changes: 1 addition & 1 deletion src/Sources/Code/Module.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#include "Module.h"

HANDLE g_hSimConnect;
const char* version = "0.7.1";
const char* version = "1.0.0";

const char* ClientName = "MobiFlightWasmModule";
const char* MobiFlightEventPrefix = "MobiFlight.";
Expand Down

0 comments on commit 1a82202

Please sign in to comment.