Skip to content

Commit

Permalink
🔖 release v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
JAGFx committed Jun 6, 2021
1 parent 8d802b8 commit 5f46ee9
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CodeFactor](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/badge)](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/overview)
[![GitHub Version](https://img.shields.io/github/v/release/JAGFx/ets2-dashboard-skin?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases/latest)
[![GitHub Milestone](https://img.shields.io/github/milestones/progress/JAGFx/ets2-dashboard-skin/8?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.6)
[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.6.0?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases)
[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.6.1?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases)
[![GitHub Release Download](https://img.shields.io/github/downloads/JAGFx/ets2-dashboard-skin/total?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases/latest)
[![Github Licence](https://img.shields.io/github/license/JAGFx/ets2-dashboard-skin?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/blob/master/README.md)
[![GitHub Release Date](https://img.shields.io/github/release-date/JAGFx/ets2-dashboard-skin?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases/latest)
Expand Down
11 changes: 11 additions & 0 deletions doc/CONFIG_SETTINGS.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,17 @@ You can find common elements, and skin config.
</td>
<td>h-shifter</td>
</tr>
<tr>
<td>general_damage_accurate</td>
<td>Damage accurate</td>
<td>
<ul>
<li>damage-diagnostic</li>
<li>route-advisor</li>
</ul>
</td>
<td>damage-diagnostic</td>
</tr>
</table>

#### Event
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name" : "ets2-dashboard-skin",
"version" : "1.6.0",
"private" : false,
"description" : "Euro Truck Simulator 2 dashboard",
"author" : {
"name" : "ets2-dashboard-skin",
"version" : "1.6.1",
"private" : false,
"description" : "Euro Truck Simulator 2 dashboard",
"author" : {
"name" : "Emmanuel SMITH",
"email" : "[email protected]",
"url" : "https://emmanuel-smith.me"
},
"scripts" : {
"scripts" : {
"lint" : "vue-cli-service lint",
"build" : "set NODE_ENV=production && npx gulp build",
"bundle" : "set NODE_ENV=production && npx gulp bundle",
Expand Down

0 comments on commit 5f46ee9

Please sign in to comment.