Skip to content

Commit a43272a

Browse files
committed
🔖 release v1.4.36
1 parent bb9ec30 commit a43272a

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![CodeFactor](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/badge)](https://www.codefactor.io/repository/github/jagfx/ets2-dashboard-skin/overview)
44
[![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)
55
[![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)
6-
[![GitHub Commit since](https://img.shields.io/github/commits-since/JAGFx/ets2-dashboard-skin/v1.4.2?style=flat-square)](https://github.com/JAGFx/ets2-dashboard-skin/releases)
6+
[![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)
77
[![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)
88
[![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)
99
[![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)

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name" : "ets2-dashboard-skin",
3-
"version" : "1.4.2",
4-
"private" : false,
5-
"description" : "Euro Truck Simulator 2 dashboard",
6-
"author" : {
2+
"name" : "ets2-dashboard-skin",
3+
"version" : "1.4.3",
4+
"private" : false,
5+
"description" : "Euro Truck Simulator 2 dashboard",
6+
"author" : {
77
"name" : "Emmanuel SMITH",
88
"email" : "hey@emmanuel-smith.me",
99
"url" : "https://emmanuel-smith.me"
1010
},
11-
"scripts" : {
11+
"scripts" : {
1212
"lint" : "vue-cli-service lint",
1313
"build" : "set NODE_ENV=production && npx gulp build",
1414
"bundle" : "set NODE_ENV=production && npx gulp bundle",

0 commit comments

Comments
 (0)