From 534d43b60d58f3bda44fca373e7956e8070a2c1c Mon Sep 17 00:00:00 2001 From: Bilal Elmoussaoui Date: Fri, 26 May 2017 17:50:56 +0200 Subject: [PATCH] 3.8.2 (#368) * Update README.md * Update hardcode-tray --- README.md | 2 +- hardcode-tray | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c2ce548..1beab4df 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Codacy Badge](https://api.codacy.com/project/badge/Coverage/4d5c0768b874407bb1dcc2f928899ba5)](https://www.codacy.com/app/bil-elmoussaoui/Hardcode-Tray?utm_source=github.com&utm_medium=referral&utm_content=bil-elmoussaoui/Hardcode-Tray&utm_campaign=Badge_Coverage) [![Gitter](https://img.shields.io/gitter/room/nwjs/nw.js.svg)](https://gitter.im/Hardcode-Tray/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link) [![Hardcode-Tray -release](https://img.shields.io/badge/release-v3.8.1-blue.svg)](https://github.com/bil-elmoussaoui/Hardcode-Tray/releases) +release](https://img.shields.io/badge/release-v3.8.2-blue.svg)](https://github.com/bil-elmoussaoui/Hardcode-Tray/releases) # Hardcode-Tray diff --git a/hardcode-tray b/hardcode-tray index 3d5d998f..78bdf9e9 100755 --- a/hardcode-tray +++ b/hardcode-tray @@ -1,5 +1,5 @@ #!/bin/bash -version=v3.8.1 +version=v3.8.2 if [[ $EUID -ne 0 ]]; then case $1 in -u|--update)