Skip to content

Commit

Permalink
Set version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Koseng committed Aug 2, 2023
1 parent 7ec85cd commit 9e5bb66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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.6.0">
<AssetPackage Version="0.7.1">
<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.6.0";
const char* version = "0.7.1";

const char* ClientName = "MobiFlightWasmModule";
const char* MobiFlightEventPrefix = "MobiFlight.";
Expand Down
1 change: 1 addition & 0 deletions src/Sources/Code/StandaloneModule.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
<LinkIncremental>true</LinkIncremental>
<TargetExt>.wasm</TargetExt>
<IncludePath>$(MSFS_IncludePath)</IncludePath>
<CopyLocalDeploymentContent>true</CopyLocalDeploymentContent>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|MSFS'">
<LinkIncremental>false</LinkIncremental>
Expand Down

0 comments on commit 9e5bb66

Please sign in to comment.