From da2a7f3a6f0ee426d52473740640ab7c57d1e51d Mon Sep 17 00:00:00 2001 From: JAGFx Date: Sun, 11 Oct 2020 16:14:21 +0200 Subject: [PATCH] release the v1.4.0 --- README.md | 2 +- package.json | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 59ba2eba..53d7d4b1 100644 --- a/README.md +++ b/README.md @@ -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/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.3.1?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.4.0?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) diff --git a/package.json b/package.json index 314db009..80591606 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { - "name": "ets2-dashboard-skin", - "version": "1.4.0-beta.0", - "private": false, - "description": "Euro Truck Simulator 2 dashboard", - "author": { - "name": "Emmanuel SMITH", - "email": "hey@emmanuel-smith.me", - "url": "https://emmanuel-smith.me" + "name" : "ets2-dashboard-skin", + "version" : "1.4.0", + "private" : false, + "description" : "Euro Truck Simulator 2 dashboard", + "author" : { + "name" : "Emmanuel SMITH", + "email" : "hey@emmanuel-smith.me", + "url" : "https://emmanuel-smith.me" }, - "scripts": { - "lint": "vue-cli-service lint", - "build": "set NODE_ENV=production && npx gulp build", + "scripts" : { + "lint" : "vue-cli-service lint", + "build" : "set NODE_ENV=production && npx gulp build", "bundle": "set NODE_ENV=production && npx gulp bundle", "bAndB": "npx gulp bAndB", "start": "npm run server:start",