Skip to content

Commit

Permalink
Add: 1.18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Vdauphin committed Jul 11, 2018
1 parent 5135843 commit 970bc0c
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
Expand Up @@ -2,7 +2,7 @@
private ["_p_civ_veh","_p_db","_p_en","_hideout_n","_cache_info_def","_cache_info_ratio","_info_chance","_p_rep","_p_skill","_c_array","_tower","_p_civ","_rearming_vehicles","_vehicles","_magazines","_p_city_radius","_magazines_static","_static","_rearming_static","_magazines_clean","_weapons_usefull","_magazines_static_clean","_p_en_AA","_p_ied_spot"];

btc_version = 1.18;
diag_log format ["=BTC= HEARTS AND MINDS VERSION %1.2", btc_version];
diag_log format ["=BTC= HEARTS AND MINDS VERSION %1.3", btc_version];

//Param
//<< Time options >>
Expand Down
2 changes: 1 addition & 1 deletion =BTC=co@30_Hearts_and_Minds.Altis/core/doc.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ player createDiaryRecord [_MainCategory, [(localize "STR_BTC_HAM_DOC_INTERACTION

//Version
player createDiaryRecord [_MainCategory, [(localize "STR_BTC_HAM_DOC_VERSION_TITLE"),
format ["<img image='\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa' width='20' height='20'/> Version %1.2 <img image='\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa' width='20' height='20'/>", btc_version]
format ["<img image='\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa' width='20' height='20'/> Version %1.3 <img image='\A3\ui_f\data\igui\cfg\simpleTasks\types\download_ca.paa' width='20' height='20'/>", btc_version]
]
];
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
</p>

<p align="center">
<a href="https://github.com/Vdauphin/HeartsAndMinds/releases/tag/1.18.2">
<img src="https://img.shields.io/badge/Version-1.18.2-blue.svg?style=flat-square" alt="H&M Version">
<a href="https://github.com/Vdauphin/HeartsAndMinds/releases/tag/1.18.3">
<img src="https://img.shields.io/badge/Version-1.18.3-blue.svg?style=flat-square" alt="H&M Version">
</a>
<a href="http://www.somsubhra.com/github-release-stats/?username=vdauphin&repository=HeartsAndMinds">
<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 970bc0c

Please sign in to comment.