diff --git a/README.md b/README.md index b2889be6..f3f58d69 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,13 @@ [![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/5?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/issues?q=is%3Aopen+is%3Aissue+milestone%3Av1.4) -[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.4.3?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases) +[![GitHub Milestone](https://img.shields.io/github/milestones/progress/JAGFx/ets2-dashboard-skin/5?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/issues?q=is%3Aopen+is%3Aissue+milestone%3A1.5) +[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.4.4?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) -[![Dependecy Status](https://david-dm.org/JAGFx/ets2-dashboard-skin.svg)](https://david-dm.org/JAGFx/ets2-dashboard-skin) -[![devDependencies Status](https://david-dm.org/JAGFx/ets2-dashboard-skin/dev-status.svg)](https://david-dm.org/JAGFx/ets2-dashboard-skin?type=dev) +[![Dependecy Status](https://david-dm.org/JAGFx/ets2-dashboard-skin.svg)](https://david-dm.org/JAGFx/ets2-dashboard-skin) +[![devDependencies Status](https://david-dm.org/JAGFx/ets2-dashboard-skin/dev-status.svg)](https://david-dm.org/JAGFx/ets2-dashboard-skin?type=dev) [![Discord](https://img.shields.io/discord/764915323693826059.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2)](https://discord.gg/C4EEaHmPRs) diff --git a/package.json b/package.json index 660e2f33..bfc67771 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { - "name" : "ets2-dashboard-skin", - "version" : "1.4.3", - "private" : false, - "description" : "Euro Truck Simulator 2 dashboard", - "author" : { + "name" : "ets2-dashboard-skin", + "version" : "1.4.4", + "private" : false, + "description" : "Euro Truck Simulator 2 dashboard", + "author" : { "name" : "Emmanuel SMITH", "email" : "hey@emmanuel-smith.me", "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",