Skip to content

Commit

Permalink
Add:1.21.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Nov 26, 2021
1 parent fff99f2 commit 3cb4d42
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/def/mission.sqf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

btc_version = [1, 21, 8];
btc_version = [1, 21, 9];
diag_log format (["=BTC= HEARTS AND MINDS VERSION %1.%2.%3"] + btc_version);

//Param
Expand Down
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/def/param.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,6 @@ class Params {
title = __EVAL(format [" %1", localize "STR_BTC_HAM_PARAM_OTHER_DEBUG"]);
values[]={0,1,2};
texts[]={$STR_DISABLED,$STR_ENABLED, $STR_BTC_HAM_PARAM_OTHER_DEBUG_LOGONLY}; // texts[]={"Off","On","Log only"};
default = ;
default = 0;
};
};
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ Post war anti insurgency dynamic mission with focus on good relations with civil
</p>

<p align="center">
<a href="https://github.com/Vdauphin/HeartsAndMinds/releases/tag/1.21.8">
<img src="https://img.shields.io/badge/Version-1.21.8-blue.svg?style=flat-square" alt="H&M Version">
<a href="https://github.com/Vdauphin/HeartsAndMinds/releases/tag/1.21.9">
<img src="https://img.shields.io/badge/Version-1.21.9-blue.svg?style=flat-square" alt="H&M Version">
</a>
<a href="https://somsubhra.github.io/github-release-stats/?username=vdauphin&repository=HeartsAndMinds&page=1&per_page=300">
<img src="https://img.shields.io/github/downloads/Vdauphin/HeartsAndMinds/total.svg?style=flat-square&label=Downloads" alt="H&M Downloads">
Expand Down

0 comments on commit 3cb4d42

Please sign in to comment.